Interface AttributeStorage

All Known Subinterfaces:
Connection<L>, WorkerThread
All Known Implementing Classes:
AjpHttpRequest, AjpHttpResponse, Context, DefaultWorkerThread, FilterChainContext, Http2Stream, HttpContext, HttpHeader, HttpRequestPacket, HttpResponsePacket, 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: