Interface AttributeStorage

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: