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

Packages that use AttributeBuilder
org.glassfish.grizzly   
org.glassfish.grizzly.attributes   
org.glassfish.grizzly.threadpool   
 

Uses of AttributeBuilder in org.glassfish.grizzly
 

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

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 NIOTransportBuilder.getAttributeBuilder()
           
 AttributeBuilder AbstractTransport.getAttributeBuilder()
          Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
 

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.
 T NIOTransportBuilder.setAttributeBuilder(AttributeBuilder attributeBuilder)
          Set the AttributeBuilder to be used by the created NIOTransport.
 void AbstractTransport.setAttributeBuilder(AttributeBuilder attributeBuilder)
          Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
 

Uses of AttributeBuilder in org.glassfish.grizzly.attributes
 

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

Fields in org.glassfish.grizzly.attributes declared as AttributeBuilder
static AttributeBuilder AttributeBuilder.DEFAULT_ATTRIBUTE_BUILDER
           The default AttributeBuilder implementation used by all created builder instances.
 

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

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

Uses of AttributeBuilder in org.glassfish.grizzly.threadpool
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.