| Package | Description |
|---|---|
| org.fusesource.hawtdispatch.transport |
| Class and Description |
|---|
| AbstractProtocolCodec.Action |
| PipeTransport |
| PipeTransportServer |
| ProtocolCodec
Interface to encode and decode commands in and out of a a non blocking channel.
|
| ProtocolCodec.BufferState |
| SecuredSession |
| ServiceBase
The BaseService provides helpers for dealing async service state.
|
| ServiceBase.CallbackSupport |
| ServiceBase.State |
| SslProtocolCodec
Implements the SSL protocol as a WrappingProtocolCodec.
|
| SslProtocolCodec.ClientAuth |
| SslProtocolCodec.SSLReadChannel |
| SslProtocolCodec.SSLWriteChannel |
| SslTransport
An SSL Transport for secure communications.
|
| SslTransport.ClientAuth |
| SslTransport.SSLChannel |
| SslTransportServer |
| TcpTransport
An implementation of the
Transport interface using raw tcp/ip |
| TcpTransport.RateLimitingChannel |
| TcpTransport.SocketState |
| TcpTransportServer
A TCP based implementation of
TransportServer |
| Transport
Represents an abstract connection.
|
| TransportListener
An asynchronous listener of commands
|
| TransportServer
A TransportServer asynchronously accepts
Transport objects and then
delivers those objects to a TransportAcceptListener. |
| TransportServerListener
Implemented by object that need to get injected by
|
| UdpTransport |
| UdpTransport.SocketState |
| WrappingProtocolCodec
Interface of protocol codecs that wrap other protocol codecs.
|