|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CompositeTransport | |
ResponseCallback | |
Transport | Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
TransportAcceptListener | |
TransportListener | An asynchronous listener of commands |
TransportServer | A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Class Summary | |
---|---|
CommandJoiner | Joins together of partial commands which were split into individual chunks of data. |
DefaultTransportListener | An asynchronous listener of commands |
FutureResponse | |
InactivityMonitor | Used to make sure that commands are arriving periodically from the peer of the transport. |
MarshallingTransportFilter | |
MutexTransport | |
ResponseCorrelator | Adds the incrementing sequence number to commands along with performing the corelation of responses to requests to create a blocking request-response semantics. |
TransportFactory | |
TransportFilter | |
TransportLogger | |
TransportServerFilter | |
TransportServerSupport | A useful base class for implementations of TransportServer |
TransportServerThreadSupport | A useful base class for implementations of TransportServer which uses
a background thread to accept new connections. |
TransportSupport | A useful base class for transport implementations. |
TransportThreadSupport | A useful base class for a transport implementation which has a background reading thread. |
WireFormatNegotiator | Negotiates the wire format with a new connection |
Exception Summary | |
---|---|
InactivityIOException | This is exception is thrown when the transport layer detects that the underlying socket has been inactive for too long. |
TransportDisposedIOException | This is exception is thrown when the transport is disposed |
The core Transport abstraction and support classes
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |