| Interface | Description |
|---|---|
| AbstractProtocolCodec.Action | |
| ProtocolCodec |
Interface to encode and decode commands in and out of a a non blocking channel.
|
| SecuredSession |
|
| 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
|
| WrappingProtocolCodec |
Interface of protocol codecs that wrap other protocol codecs.
|
| Class | Description |
|---|---|
| AbstractProtocolCodec |
Provides an abstract base class to make implementing the ProtocolCodec interface
easier.
|
| DefaultTransportListener |
|
| HeartBeatMonitor |
A HeartBeatMonitor can be used to watch the read and write
activity of a transport and raise events when the write side
or read side has been idle too long.
|
| PipeTransport | |
| PipeTransportRegistry | |
| PipeTransportServer | |
| ServiceBase |
The BaseService provides helpers for dealing async service state.
|
| ServiceBase.STARTING | |
| ServiceBase.State | |
| ServiceBase.STOPPING | |
| SslProtocolCodec |
Implements the SSL protocol as a WrappingProtocolCodec.
|
| SslTransport |
An SSL Transport for secure communications.
|
| SslTransportServer | |
| TcpTransport |
An implementation of the
Transport interface using raw tcp/ip |
| TcpTransportServer |
A TCP based implementation of
TransportServer |
| TransportFilter | |
| UdpTransport |
|
| UdpTransportServer |
|
| Enum | Description |
|---|---|
| ProtocolCodec.BufferState | |
| SslProtocolCodec.ClientAuth |
Copyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.