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.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.
 

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.
 

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.peek(AttributeHolder attributeHolder)
          Get attribute value, stored on the AttributeHolder, the difference from Attribute.get(org.glassfish.grizzly.attributes.AttributeHolder) is that default value or NullaryFunction won't be invoked.
 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 FilterChainContext.getAttributes()
          Get associated AttributeHolder.
 

Uses of AttributeHolder in org.glassfish.grizzly.nio
 

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

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

Uses of AttributeHolder in org.glassfish.grizzly.threadpool
 

Methods in org.glassfish.grizzly.threadpool that return AttributeHolder
 AttributeHolder DefaultWorkerThread.getAttributes()
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.