Package org.glassfish.grizzly.attributes
Interface AttributeStorage
-
- All Known Subinterfaces:
Connection<L>,WorkerThread
- All Known Implementing Classes:
Context,DefaultWorkerThread,FilterChainContext,NIOConnection,TCPNIOConnection,TCPNIOServerConnection,UDPNIOConnection,UDPNIOServerConnection
public interface AttributeStorageAttributeStorage provides access to aAttributeHolder, where application can storeAttributes. This interface lets us describe class, which is notAttributeHolderitself, but has associatedAttributeHolder.- Author:
- Alexey Stashok
- See Also:
AttributeHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeHoldergetAttributes()Get associatedAttributeHolder.
-
-
-
Method Detail
-
getAttributes
AttributeHolder getAttributes()
Get associatedAttributeHolder. Implementation may return null ifAttributeHolderwasn't initialized yet.- Returns:
- associated
AttributeHolder. Implementation may return null ifAttributeHolderwasn't initialized yet.
-
-