| Package | Description |
|---|---|
| com.sun.sgs.impl.io | |
| com.sun.sgs.io |
Defines an abstract networking framework that provides endpoint
abstraction, connection initiation, and reactive event processing.
|
| Class and Description |
|---|
| Acceptor
Passively initiates connections by listening on a
ServerEndpoint
and asynchronously notifies an associated AcceptorListener of
each accepted connection. |
| Connection
Represents a connection for data communication, independent of
the QoS properties of the connection's transport or protocol.
|
| Connector
Actively initiates a single connection to an
Endpoint and
asynchronously notifies the associated ConnectionListener when the
connection completes. |
| Endpoint
Represents an abstract remote communication endpoint.
|
| ServerEndpoint
Represents an abstract local communication endpoint.
|
| Class and Description |
|---|
| Acceptor
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
Actively initiates a single connection to an
Endpoint and
asynchronously notifies the associated ConnectionListener when the
connection completes. |
| Endpoint
Represents an abstract remote communication endpoint.
|
| ServerEndpoint
Represents an abstract local communication endpoint.
|
Copyright © 2007-2013. All Rights Reserved.