|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
AbstractTransformer.getValue(AttributeStorage storage,
Attribute<E> attribute)
|
|
protected static
|
AbstractTransformer.getValue(AttributeStorage storage,
Attribute<E> attribute,
E defaultValue)
|
|
protected static
|
AbstractTransformer.removeValue(AttributeStorage storage,
Attribute<E> attribute)
|
|
protected static
|
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 | ||
|---|---|---|
|
AttributeBuilder.createAttribute(String name)
Create Attribute with name |
|
|
DefaultAttributeBuilder.createAttribute(String name)
Create Attribute with name |
|
|
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 |
|
|
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 |
|
|
AttributeBuilder.createAttribute(String name,
T defaultValue)
Create Attribute with name and default value |
|
|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||