|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeHolder | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.attributes | |
| com.sun.grizzly.filterchain | |
| com.sun.grizzly.nio | |
| com.sun.grizzly.ssl | |
| com.sun.grizzly.threadpool | |
| Uses of AttributeHolder in com.sun.grizzly |
|---|
| Methods in com.sun.grizzly that return AttributeHolder | |
|---|---|
AttributeHolder |
Context.getAttributes()
Get attributes ( AttributeHolder), associated with the processing
Context. |
AttributeHolder |
AbstractTransformer.getProperties(AttributeStorage storage)
|
AttributeHolder |
Transformer.getProperties(AttributeStorage storage)
Gets the property storage, using which it's possible to read or update Transformer properties. |
protected AttributeHolder |
Context.initializeAttributeHolder()
|
AttributeHolder |
Context.obtainAttributes()
Get attributes ( AttributeHolder), associated with the processing
Context. |
| Methods in com.sun.grizzly with parameters of type AttributeHolder | |
|---|---|
protected void |
Context.setAttributes(AttributeHolder attributes)
|
| Uses of AttributeHolder in com.sun.grizzly.attributes |
|---|
| Classes in com.sun.grizzly.attributes that implement AttributeHolder | |
|---|---|
class |
IndexedAttributeHolder
AttributeHolder, which supports indexed access to stored
Attributes. |
class |
NamedAttributeHolder
AttributeHolder implementation, which doesn't support indexed access
to Attributes. |
| Methods in com.sun.grizzly.attributes that return AttributeHolder | |
|---|---|
AttributeHolder |
AttributeStorage.getAttributes()
Get associated AttributeHolder. |
AttributeHolder |
AttributeStorage.obtainAttributes()
Get associated AttributeHolder. |
| Methods in com.sun.grizzly.attributes with parameters of type AttributeHolder | |
|---|---|
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.remove(AttributeHolder attributeHolder)
Remove attribute value, stored on the AttributeHolder. |
void |
Attribute.set(AttributeHolder attributeHolder,
T value)
Set attribute value, stored on the AttributeHolder. |
| Uses of AttributeHolder in com.sun.grizzly.filterchain |
|---|
| Methods in com.sun.grizzly.filterchain that return AttributeHolder | |
|---|---|
AttributeHolder |
DefaultDecoderTransformer.getProperties(AttributeStorage state)
|
AttributeHolder |
DefaultEncoderTransformer.getProperties(AttributeStorage state)
|
| Uses of AttributeHolder in com.sun.grizzly.nio |
|---|
| Fields in com.sun.grizzly.nio declared as AttributeHolder | |
|---|---|
protected AttributeHolder |
AbstractNIOConnection.attributes
|
| Methods in com.sun.grizzly.nio that return AttributeHolder | |
|---|---|
AttributeHolder |
AbstractNIOConnection.getAttributes()
|
AttributeHolder |
AbstractNIOConnection.obtainAttributes()
|
| Uses of AttributeHolder in com.sun.grizzly.ssl |
|---|
| Methods in com.sun.grizzly.ssl that return AttributeHolder | |
|---|---|
AttributeHolder |
SSLDecoderTransformer.getProperties(AttributeStorage state)
|
AttributeHolder |
SSLEncoderTransformer.getProperties(AttributeStorage state)
|
AttributeHolder |
SSLHandshakeDecoder.getProperties(AttributeStorage state)
|
AttributeHolder |
SSLHandshakeEncoder.getProperties(AttributeStorage state)
|
| Uses of AttributeHolder in com.sun.grizzly.threadpool |
|---|
| Methods in com.sun.grizzly.threadpool that return AttributeHolder | |
|---|---|
protected AttributeHolder |
DefaultWorkerThread.createAttributeHolder()
|
AttributeHolder |
WorkerThread.getAttributes()
|
AttributeHolder |
DefaultWorkerThread.getAttributes()
|
AttributeHolder |
WorkerThread.obtainAttributes()
|
AttributeHolder |
DefaultWorkerThread.obtainAttributes()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||