Uses of Interface
org.glassfish.grizzly.attributes.AttributeHolder

Packages that use AttributeHolder
org.glassfish.grizzly   
org.glassfish.grizzly.attributes   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.threadpool   
 

Uses of AttributeHolder in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return AttributeHolder
 AttributeHolder Context.getAttributes()
          Get attributes (AttributeHolder), associated with the processing Context.
 AttributeHolder AbstractTransformer.getProperties(AttributeStorage storage)
           
 AttributeHolder Transformer.getProperties(AttributeStorage storage)
          Gets the property storage, using which it's possible to read or update Transformer properties.
protected  AttributeHolder Context.initializeAttributeHolder()
           
 AttributeHolder Context.obtainAttributes()
          Get attributes (AttributeHolder), associated with the processing Context.
 

Methods in org.glassfish.grizzly with parameters of type AttributeHolder
protected  void Context.setAttributes(AttributeHolder attributes)
           
 

Uses of AttributeHolder in org.glassfish.grizzly.attributes
 

Classes in org.glassfish.grizzly.attributes that implement AttributeHolder
 class IndexedAttributeHolder
          AttributeHolder, which supports indexed access to stored Attributes.
 class NamedAttributeHolder
          AttributeHolder implementation, which doesn't support indexed access to Attributes.
 

Methods in org.glassfish.grizzly.attributes that return AttributeHolder
 AttributeHolder AttributeStorage.getAttributes()
          Get associated AttributeHolder.
 AttributeHolder AttributeStorage.obtainAttributes()
          Get associated AttributeHolder.
 

Methods in org.glassfish.grizzly.attributes with parameters of type AttributeHolder
 T Attribute.get(AttributeHolder attributeHolder)
          Get attribute value, stored on the AttributeHolder.
 boolean Attribute.isSet(AttributeHolder attributeHolder)
          Checks if this attribute is set on the AttributeHolder.
 T Attribute.remove(AttributeHolder attributeHolder)
          Remove attribute value, stored on the AttributeHolder.
 void Attribute.set(AttributeHolder attributeHolder, T value)
          Set attribute value, stored on the AttributeHolder.
 

Uses of AttributeHolder in org.glassfish.grizzly.filterchain
 

Methods in org.glassfish.grizzly.filterchain that return AttributeHolder
 AttributeHolder DefaultDecoderTransformer.getProperties(AttributeStorage state)
           
 AttributeHolder DefaultEncoderTransformer.getProperties(AttributeStorage state)
           
 

Uses of AttributeHolder in org.glassfish.grizzly.nio
 

Fields in org.glassfish.grizzly.nio declared as AttributeHolder
protected  AttributeHolder AbstractNIOConnection.attributes
           
 

Methods in org.glassfish.grizzly.nio that return AttributeHolder
 AttributeHolder AbstractNIOConnection.getAttributes()
           
 AttributeHolder AbstractNIOConnection.obtainAttributes()
           
 

Uses of AttributeHolder in org.glassfish.grizzly.ssl
 

Methods in org.glassfish.grizzly.ssl that return AttributeHolder
 AttributeHolder SSLDecoderTransformer.getProperties(AttributeStorage state)
           
 AttributeHolder SSLEncoderTransformer.getProperties(AttributeStorage state)
           
 AttributeHolder SSLHandshakeDecoder.getProperties(AttributeStorage state)
           
 AttributeHolder SSLHandshakeEncoder.getProperties(AttributeStorage state)
           
 

Uses of AttributeHolder in org.glassfish.grizzly.threadpool
 

Methods in org.glassfish.grizzly.threadpool that return AttributeHolder
protected  AttributeHolder DefaultWorkerThread.createAttributeHolder()
           
 AttributeHolder WorkerThread.getAttributes()
           
 AttributeHolder DefaultWorkerThread.getAttributes()
           
 AttributeHolder WorkerThread.obtainAttributes()
           
 AttributeHolder DefaultWorkerThread.obtainAttributes()
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.