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. |
class |
NamedAttributeHolder
AttributeHolder implementation, which doesn't support indexed access
to Attribute s. |
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
AttributeStorage.getAttributes()
Get associated
AttributeHolder . |
Modifier and Type | Method and Description |
---|---|
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 |
HttpHeader.getAttributes()
Get associated
AttributeHolder . |
AttributeHolder |
HttpContext.getAttributes() |
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 |
DefaultWorkerThread.getAttributes() |
Copyright © 2014 Oracle Corporation. All rights reserved.