Uses of Class
gecco.communication.server.ClientConnectionHandler

Packages that use ClientConnectionHandler
gecco.communication.server   
 

Uses of ClientConnectionHandler in gecco.communication.server
 

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

Methods in gecco.communication.server with parameters of type ClientConnectionHandler
 void RoleConnection.remove(ClientConnectionHandler c)
          removes a client from this role
 

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