Interface Summary |
ASyncListener |
An interface for a listener to be registered with the transport protocol,
typically so that a client can be notified of incoming connections, new data,
and so forth. |
Message |
A serialization interface for objects that are to be sent over the network by
some transport protocol. |
MessageHandle |
A handle to a Message object either currently or previously
enqueued for delivery. |
MessageHandleListener |
A callback interface allowing a client to be notified when the state of a
message changes. |
MessageQueue |
A queue of messages to be delivered to some destination. |
ProcessReadyCallback |
An interface through which the client can notify the transport protocol that
it is ready for processing a given ByteBuffer . |