|
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. |