Package com.sun.sgs.io

Defines an abstract networking framework that provides endpoint abstraction, connection initiation, and reactive event processing.

See:
          Description

Interface Summary
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.
 

Package com.sun.sgs.io Description

Defines an abstract networking framework that provides endpoint abstraction, connection initiation, and reactive event processing.


Project Darkstar, Version 0.9.11
2013-07-29 21:43:03

Copyright © 2007-2013 Sun Microsystems, Inc. All rights reserved