See: Description
| Interface | Description |
|---|---|
| Acceptor<T> |
Passively initiates connections by listening on a
ServerEndpoint
and asynchronously notifies an associated AcceptorListener of
each accepted connection. |
| AcceptorListener |
Receives asynchronous notification of events from an associated
Acceptor. |
| Connection |
Represents a connection for data communication, independent of
the QoS properties of the connection's transport or protocol.
|
| ConnectionListener |
Receives asynchronous notification of events from an associated
Connection. |
| Connector<T> |
Actively initiates a single connection to an
Endpoint and
asynchronously notifies the associated ConnectionListener when the
connection completes. |
| Endpoint<T> |
Represents an abstract remote communication endpoint.
|
| ServerEndpoint<T> |
Represents an abstract local communication endpoint.
|
Copyright © 2007-2013. All Rights Reserved.