Uses of Class
gecco.communication.server.ClientConnection

Packages that use ClientConnection
gecco.communication.server   
 

Uses of ClientConnection in gecco.communication.server
 

Fields in gecco.communication.server declared as ClientConnection
private  ClientConnection DataOutputExchangeHandler.connection
          Description of the Field
private  ClientConnection ClientConnectionHandler.connection
          Description of the Field
private  ClientConnection DataInputExchangeHandler.connection
          Description of the Field
 

Methods in gecco.communication.server that return ClientConnection
 ClientConnection ClientConnectionHandler.getClientConnection()
          Gets the ClientConnection attribute of the ClientConnectionHandler object
 

Methods in gecco.communication.server with parameters of type ClientConnection
 void ClientAmbassador.addClient(ClientConnection c)
          Called by NewClientListener when it has received a legal join request from a client
 void RoleConnection.add(ClientConnection c)
          adds a new client to this role
 

Constructors in gecco.communication.server with parameters of type ClientConnection
DataOutputExchangeHandler(MessageQueue q, ClientConnection cc, Server se, ClientConnectionHandler cch)
          Constructor for the DataOutputExchangeHandler object
ClientConnectionHandler(ClientConnection connection, Server server, RoleConnection roleconnection)
          Constructor for the ClientConnectionHandler object
DataInputExchangeHandler(ClientConnection cc, Server se, ClientConnectionHandler cch, DataOutputExchangeHandler outputDEH)
          Constructor for the DataInputExchangeHandler object