- All Known Subinterfaces:
Connection<L>,WorkerThread
- All Known Implementing Classes:
Context,DefaultWorkerThread,FilterChainContext,NIOConnection,TCPNIOConnection,TCPNIOServerConnection,UDPNIOConnection,UDPNIOServerConnection
public interface AttributeStorage
AttributeStorage provides access to a
AttributeHolder, where application can store
Attributes. This interface lets us describe class, which is not AttributeHolder itself, but has
associated AttributeHolder.- Author:
- Alexey Stashok
- See Also:
-
Method Summary
-
Method Details
-
getAttributes
AttributeHolder getAttributes()Get associatedAttributeHolder. Implementation may return null ifAttributeHolderwasn't initialized yet.- Returns:
- associated
AttributeHolder. Implementation may return null ifAttributeHolderwasn't initialized yet.
-