Uses of Class
org.glassfish.grizzly.attributes.Attribute

Packages that use Attribute
org.glassfish.grizzly   
org.glassfish.grizzly.attributes   
org.glassfish.grizzly.smart   
org.glassfish.grizzly.smart.transformers   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.util   
 

Uses of Attribute in org.glassfish.grizzly
 

Fields in org.glassfish.grizzly declared as Attribute
protected  Attribute<K> AbstractTransformer.inputBufferAttribute
           
protected  Attribute<TransformationResult<L>> AbstractTransformer.lastResultAttribute
           
protected  Attribute<L> AbstractTransformer.outputBufferAttribute
           
 

Methods in org.glassfish.grizzly with parameters of type Attribute
protected static
<E> E
AbstractTransformer.getValue(AttributeStorage storage, Attribute<E> attribute)
           
protected static
<E> E
AbstractTransformer.getValue(AttributeStorage storage, Attribute<E> attribute, E defaultValue)
           
protected static
<E> E
AbstractTransformer.removeValue(AttributeStorage storage, Attribute<E> attribute)
           
protected static
<E> void
AbstractTransformer.setValue(AttributeStorage storage, Attribute<E> attribute, E value)
           
 

Uses of Attribute in org.glassfish.grizzly.attributes
 

Fields in org.glassfish.grizzly.attributes with type parameters of type Attribute
protected  List<Attribute> DefaultAttributeBuilder.attributes
           
protected  Map<String,Attribute> DefaultAttributeBuilder.name2Attribute
           
 

Methods in org.glassfish.grizzly.attributes that return Attribute
<T> Attribute<T>
AttributeBuilder.createAttribute(String name)
          Create Attribute with name
<T> Attribute<T>
DefaultAttributeBuilder.createAttribute(String name)
          Create Attribute with name
<T> Attribute<T>
AttributeBuilder.createAttribute(String name, NullaryFunction<T> initializer)
          Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
<T> Attribute<T>
DefaultAttributeBuilder.createAttribute(String name, NullaryFunction<T> initializer)
          Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
<T> Attribute<T>
AttributeBuilder.createAttribute(String name, T defaultValue)
          Create Attribute with name and default value
<T> Attribute<T>
DefaultAttributeBuilder.createAttribute(String name, T defaultValue)
          Create Attribute with name and default value
protected  Attribute DefaultAttributeBuilder.getAttributeByIndex(int index)
           
protected  Attribute DefaultAttributeBuilder.getAttributeByName(String name)
           
 

Methods in org.glassfish.grizzly.attributes with parameters of type Attribute
protected static void DefaultAttributeBuilder.setAttributeIndex(Attribute attribute, int index)
          Method sets the index to the Attribute Could be used by classes, which extend DefaultAttributeBuilder and don't have access to the protected Attribute.setIndex() method.
 

Uses of Attribute in org.glassfish.grizzly.smart
 

Fields in org.glassfish.grizzly.smart declared as Attribute
protected  Attribute<Integer> SmartEncoderTransformer.currentTransformerIdxAttribute
           
protected  Attribute<Integer> SmartDecoderTransformer.currentTransformerIdxAttribute
           
protected  Attribute<List> SmartEncoderTransformer.messageProcessingTreeAttribute
           
protected  Attribute<List> SmartDecoderTransformer.messageProcessingTreeAttribute
           
 

Uses of Attribute in org.glassfish.grizzly.smart.transformers
 

Fields in org.glassfish.grizzly.smart.transformers declared as Attribute
protected  Attribute<Integer> ArrayDecoder.currentElementIdxAttribute
           
protected  Attribute<Integer> ArrayEncoder.currentElementIdxAttribute
           
protected  Attribute<List> AbstractSmartMemberEncoder.messageProcessingTreeAttribute
           
protected  Attribute<List> SmartStringEncoder.messageProcessingTreeAttribute
           
protected  Attribute<List> SmartStringDecoder.messageProcessingTreeAttribute
           
protected  Attribute<List> AbstractSmartMemberDecoder.messageProcessingTreeAttribute
           
protected  Attribute<E> SequenceDecoder.sequenceAttribute
           
 

Uses of Attribute in org.glassfish.grizzly.ssl
 

Fields in org.glassfish.grizzly.ssl declared as Attribute
 Attribute<Buffer> SSLResourcesAccessor.plainBufferAttribute
           
static Attribute<LinkedList> SSLStreamReader.sslAttribute
           
 Attribute<SSLEngine> SSLResourcesAccessor.sslEngineAttribute
           
 Attribute<Buffer> SSLResourcesAccessor.sslSecuredInBufferAttribute
           
 Attribute<Buffer> SSLResourcesAccessor.sslSecuredOutBufferAttribute
           
 

Uses of Attribute in org.glassfish.grizzly.util
 

Fields in org.glassfish.grizzly.util declared as Attribute
static Attribute<Long> IdleTimeoutFilter.idleAttribute
           
protected  Attribute<Integer> StringDecoder.stateAttribute
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.