Modifier and Type | Method and Description |
---|---|
AttributeHolder |
Context.getAttributes()
Get attributes (
AttributeHolder ), associated with the processing
Context . |
Modifier and Type | Class and Description |
---|---|
class |
IndexedAttributeHolder
AttributeHolder , which supports indexed access to stored
Attribute s. |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
DefaultAttributeBuilder.createSafeAttributeHolder() |
AttributeHolder |
AttributeBuilder.createSafeAttributeHolder()
Creates and returns new thread-safe
AttributeHolder |
AttributeHolder |
DefaultAttributeBuilder.createUnsafeAttributeHolder() |
AttributeHolder |
AttributeBuilder.createUnsafeAttributeHolder()
Creates and returns new non thread-safe
AttributeHolder |
AttributeHolder |
AttributeStorage.getAttributes()
Get associated
AttributeHolder . |
Modifier and Type | Method and Description |
---|---|
void |
IndexedAttributeHolder.copyFrom(AttributeHolder srcAttributes) |
void |
AttributeHolder.copyFrom(AttributeHolder srcAttributes)
Copies attributes from the srcAttributes to this AttributeHolder
|
void |
IndexedAttributeHolder.copyTo(AttributeHolder dstAttributes) |
void |
AttributeHolder.copyTo(AttributeHolder dstAttributes)
Copies attributes from this AttributeHolder to the dstAttributes.
|
T |
Attribute.get(AttributeHolder attributeHolder)
Get attribute value, stored on the
AttributeHolder . |
boolean |
Attribute.isSet(AttributeHolder attributeHolder)
Checks if this attribute is set on the
AttributeHolder . |
T |
Attribute.peek(AttributeHolder attributeHolder)
Get attribute value, stored on the
AttributeHolder ,
the difference from Attribute.get(org.glassfish.grizzly.attributes.AttributeHolder) is
that default value or NullaryFunction won't be invoked. |
T |
Attribute.remove(AttributeHolder attributeHolder)
Remove attribute value, stored on the
AttributeHolder . |
void |
Attribute.set(AttributeHolder attributeHolder,
T value)
Set attribute value, stored on the
AttributeHolder . |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
FilterChainContext.getAttributes()
Get associated
AttributeHolder . |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
HttpContext.getAttributes() |
AttributeHolder |
HttpHeader.getAttributes()
Get associated
AttributeHolder . |
Modifier and Type | Field and Description |
---|---|
protected AttributeHolder |
NIOConnection.attributes |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
NIOConnection.getAttributes() |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
SpdyStream.getAttributes() |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
DefaultWorkerThread.getAttributes() |
Copyright © 2015 Oracle Corporation. All rights reserved.