Package org.norther.tammi.spray.connector.chain

Interface Summary
Connection An interface to connections maintaining communication channels to clients.
ConnectorExtension An interface to a connector specific extension of a servlet request.
 

Class Summary
AbstractConnection An abstact connection avoiding synchronized methods for performance reasons but trusts on atomic fields.
AbstractConnectorRequest An abstract implementation of the connector request.
AbstractConnectorResponse An abstract implementation of the connector response.
ChannelConnection A connection through a non-blocking socket channel registered with the specified key.
ConnectorRequest A default implementation of the connector request implementing raw stream support.
ConnectorResponse A default implementation of the connector response implementing raw stream support.
DefaultRequestDispatcher A default implementation of RequestDispatcher.
DispatchedRequest A dispatched request providing about the same functionality as ConnectorRequest and hiding others to provide a fresh start for forwards and includes.
DispatchedResponse A dispatched response providing about the same functionality as ConnectorResponse and hiding others to provide a fresh start for includes.
InterConnection A connection through an internal call.
OverflowConnection A connection through a socket without a connection timeout.
SocketConnection A connection through a socket.
 



Copyright © 2004 The Norther Organization. All rights reserved.