Uses of Class
gecco.communication.client.ServerConnection

Packages that use ServerConnection
gecco.communication.client   
 

Uses of ServerConnection in gecco.communication.client
 

Fields in gecco.communication.client declared as ServerConnection
private  ServerConnection DataOutputExchangeHandler.connection
          Description of the Field
private  ServerConnection ServerAmbassador.sc
          Description of the Field
private  ServerConnection DataInputExchangeHandler.connection
          Description of the Field
 

Constructors in gecco.communication.client with parameters of type ServerConnection
DataOutputExchangeHandler(MessageQueue q, ServerConnection sc, ServerAmbassador sa)
           
DataInputExchangeHandler(ServerConnection sc, Client cl, ServerAmbassador sa, DataOutputExchangeHandler DEHOutput)