Package com.sun.sgs.impl.io

Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing.

See:
          Description

Interface Summary
FilterListener Receives the messages resulting from processing by a CompleteMessageFilter.
 

Class Summary
AbstractSocketEndpoint  
CompleteMessageFilter This filter guarantees that only complete messages are delivered to its FilterListener.
DaemonThreadFactory A ThreadFactory that creates with setDaemon(true).
ServerSocketEndpoint An implementation of ServerEndpoint that wraps a local SocketAddress.
SocketAcceptor This is an implementation of an Acceptor that uses a MINA IoAcceptor to accept incoming connections.
SocketAcceptor.AcceptHandler Internal adaptor class to handle events from the acceptor itself.
SocketConnection This is a socket implementation of an Connection using the Apache MINA framework.
SocketConnectionListener An adapter between an Apache MINA IoHandler and the SGS IO framework ConnectionListener.
SocketConnector This is a socket-based implementation of an Connector using the Apache MINA framework for the underlying transport.
SocketConnector.ConnectorConnListner Internal adaptor class to handle events from the connector itself.
SocketEndpoint An implementation of Endpoint that wraps a SocketAddress.
 

Enum Summary
TransportType The type of IO transport: reliable (e.g., TCP), or unreliable (e.g., UDP).
 

Package com.sun.sgs.impl.io Description

Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing.


Project Darkstar, Version 0.9.10.5
2013-07-29 21:14:44

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