Uses of Interface
com.sun.sgs.impl.client.comm.ClientConnection

Packages that use ClientConnection
com.sun.sgs.client.simple Defines the interface to a simple, concrete implementation of a J2SE(TM) client framework that communicates with the Project Darkstar Server. 
com.sun.sgs.impl.client.comm Defines the interfaces for client communication with the Project Darkstar Server. 
com.sun.sgs.impl.client.simple   
 

Uses of ClientConnection in com.sun.sgs.client.simple
 

Methods in com.sun.sgs.client.simple with parameters of type ClientConnection
 void SimpleClient.SimpleClientConnectionListener.connected(ClientConnection connection)
          Notifies this listener that a transport connection has been established.
 

Uses of ClientConnection in com.sun.sgs.impl.client.comm
 

Methods in com.sun.sgs.impl.client.comm with parameters of type ClientConnection
 void ClientConnectionListener.connected(ClientConnection connection)
          Notifies this listener that a transport connection has been established.
 

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

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


Project Darkstar, Version 0.9.7.2
2013-07-29 20:11:27

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