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

Packages that use AttributeBuilder
org.glassfish.grizzly   
org.glassfish.grizzly.attributes   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.smart   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.threadpool   
 

Uses of AttributeBuilder in org.glassfish.grizzly
 

Fields in org.glassfish.grizzly declared as AttributeBuilder
protected  AttributeBuilder AbstractTransformer.attributeBuilder
           
protected  AttributeBuilder AbstractTransport.attributeBuilder
          Transport AttributeBuilder, which will be used to create Attributes
static AttributeBuilder Grizzly.DEFAULT_ATTRIBUTE_BUILDER
           
protected  AttributeBuilder TransportFactory.defaultAttributeBuilder
          Default AttributeBuilder used by all Transports.
 

Methods in org.glassfish.grizzly that return AttributeBuilder
 AttributeBuilder Transport.getAttributeBuilder()
          Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
 AttributeBuilder AbstractTransport.getAttributeBuilder()
          Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
 AttributeBuilder TransportFactory.getDefaultAttributeBuilder()
          Get default AttributeBuilder, used by all Transports.
 

Methods in org.glassfish.grizzly with parameters of type AttributeBuilder
 void Transport.setAttributeBuilder(AttributeBuilder attributeBuilder)
          Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
 void AbstractTransport.setAttributeBuilder(AttributeBuilder attributeBuilder)
          Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
 void TransportFactory.setDefaultAttributeBuilder(AttributeBuilder defaultAttributeBuilder)
          Set default AttributeBuilder, used by all Transports.
 

Uses of AttributeBuilder in org.glassfish.grizzly.attributes
 

Classes in org.glassfish.grizzly.attributes that implement AttributeBuilder
 class DefaultAttributeBuilder
          Default AttributeBuilder implementation.
 

Methods in org.glassfish.grizzly.attributes that return AttributeBuilder
 AttributeBuilder NamedAttributeHolder.getAttributeBuilder()
          Get AttributeBuilder, associated with this holder
 AttributeBuilder AttributeHolder.getAttributeBuilder()
          Get AttributeBuilder, associated with this holder
 AttributeBuilder IndexedAttributeHolder.getAttributeBuilder()
          Get AttributeBuilder, associated with this holder
 

Constructors in org.glassfish.grizzly.attributes with parameters of type AttributeBuilder
Attribute(AttributeBuilder builder, String name, NullaryFunction<T> initializer)
           
Attribute(AttributeBuilder builder, String name, T defaultValue)
           
IndexedAttributeHolder(AttributeBuilder attributeBuilder)
           
NamedAttributeHolder(AttributeBuilder attributeBuilder)
           
 

Uses of AttributeBuilder in org.glassfish.grizzly.filterchain
 

Constructors in org.glassfish.grizzly.filterchain with parameters of type AttributeBuilder
DefaultDecoderTransformer(DefaultFilterChain filterChain, AttributeBuilder attributeBuilder)
           
DefaultEncoderTransformer(DefaultFilterChain filterChain, AttributeBuilder attributeBuilder)
           
 

Uses of AttributeBuilder in org.glassfish.grizzly.smart
 

Constructors in org.glassfish.grizzly.smart with parameters of type AttributeBuilder
SmartFilter(SmartCodec<K> smartCodec, AttributeBuilder attrBuilder)
           
 

Uses of AttributeBuilder in org.glassfish.grizzly.ssl
 

Methods in org.glassfish.grizzly.ssl that return AttributeBuilder
protected  AttributeBuilder SSLResourcesAccessor.getAttributeBuilder()
           
 

Uses of AttributeBuilder in org.glassfish.grizzly.threadpool
 

Fields in org.glassfish.grizzly.threadpool declared as AttributeBuilder
protected  AttributeBuilder DefaultScheduleThreadPool.attributeBuilder
          AttributeBuilder to index WorkerThread attributes
protected  AttributeBuilder DefaultThreadPool.attributeBuilder
          AttributeBuilder to index WorkerThread attributes
 

Methods in org.glassfish.grizzly.threadpool that return AttributeBuilder
 AttributeBuilder DefaultScheduleThreadPool.getAttributeBuilder()
           
 AttributeBuilder DefaultThreadPool.getAttributeBuilder()
           
 AttributeBuilder ExtendedThreadPool.getAttributeBuilder()
           
 

Methods in org.glassfish.grizzly.threadpool with parameters of type AttributeBuilder
 void DefaultScheduleThreadPool.setAttributeBuilder(AttributeBuilder attributeBuilder)
           
 void DefaultThreadPool.setAttributeBuilder(AttributeBuilder attributeBuilder)
           
 void ExtendedThreadPool.setAttributeBuilder(AttributeBuilder attributeBuilder)
           
 

Constructors in org.glassfish.grizzly.threadpool with parameters of type AttributeBuilder
DefaultWorkerThread(AttributeBuilder attrBuilder, String name, Runnable runTask)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.