Uses of Class
com.sun.grizzly.attributes.Attribute

Packages that use Attribute
com.sun.grizzly   
com.sun.grizzly.attributes   
com.sun.grizzly.smart   
com.sun.grizzly.smart.transformers   
com.sun.grizzly.ssl   
com.sun.grizzly.utils   
 

Uses of Attribute in com.sun.grizzly
 

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

Methods in com.sun.grizzly with parameters of type Attribute
static
<T> T
AbstractTransformer.getValue(AttributeStorage storage, Attribute<T> attribute, T defaultValue)
           
 

Uses of Attribute in com.sun.grizzly.attributes
 

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

Methods in com.sun.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 com.sun.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 com.sun.grizzly.smart
 

Fields in com.sun.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 com.sun.grizzly.smart.transformers
 

Fields in com.sun.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 com.sun.grizzly.ssl
 

Fields in com.sun.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 com.sun.grizzly.utils
 

Fields in com.sun.grizzly.utils declared as Attribute
static Attribute<Long> IdleTimeoutFilter.idleAttribute
           
protected  Attribute<Integer> StringDecoder.stateAttribute
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.