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 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:
AttributeHolder
getAttributes
AttributeHolder getAttributes()
- Get associated
AttributeHolder.
Implementation may return null if AttributeHolder wasn't
initialized yet.
- Returns:
- associated
AttributeHolder.
Implementation may return null if AttributeHolder wasn't
initialized yet.
Copyright © 2011 Oracle Corpration. All Rights Reserved.