Uses of Interface
com.sun.sgs.io.ConnectionListener

Packages that use ConnectionListener
com.sun.sgs.impl.client.simple Provides a simple, concrete implementation for client communication with the Project Darkstar Server. 
com.sun.sgs.impl.io Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing. 
com.sun.sgs.io Defines an abstract networking framework that provides endpoint abstraction, connection initiation, and reactive event processing. 
 

Uses of ConnectionListener in com.sun.sgs.impl.client.simple
 

Classes in com.sun.sgs.impl.client.simple that implement ConnectionListener
(package private)  class SimpleClientConnection
          A ClientConnection is the central point of communication with the server.
 

Uses of ConnectionListener in com.sun.sgs.impl.io
 

Methods in com.sun.sgs.impl.io that return ConnectionListener
(package private)  ConnectionListener SocketConnection.getConnectionListener()
          Returns the ConnectionListener for this connection.
 

Methods in com.sun.sgs.impl.io with parameters of type ConnectionListener
 void SocketConnector.connect(ConnectionListener listener)
          Actively initiates a connection to the associated Endpoint.
 

Constructors in com.sun.sgs.impl.io with parameters of type ConnectionListener
SocketConnection(ConnectionListener listener, CompleteMessageFilter filter, org.apache.mina.common.IoSession session)
          Construct a new SocketConnection with the given listener, filter, and session.
SocketConnector.ConnectorConnListner(ConnectionListener listener)
          Constructs a new ConnectionHandler with an ConnectionListener that will handle events for the new connection.
 

Uses of ConnectionListener in com.sun.sgs.io
 

Methods in com.sun.sgs.io that return ConnectionListener
 ConnectionListener AcceptorListener.newConnection()
          Returns an appropriate ConnectionListener for a newly-accepted connection.
 

Methods in com.sun.sgs.io with parameters of type ConnectionListener
 void Connector.connect(ConnectionListener listener)
          Actively initiates a connection to the associated Endpoint.
 


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

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