| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.attributes | |
| org.glassfish.grizzly.filterchain | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.threadpool |
| 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
Attributes. |
class |
NamedAttributeHolder
AttributeHolder implementation, which doesn't support indexed access
to Attributes. |
| 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 | 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 © 2013 Oracle Corporation. All Rights Reserved.