Uses of Class
gecco.communication.server.ClientConnectionHandler

Packages that use ClientConnectionHandler
gecco.communication.server   
 

Uses of ClientConnectionHandler in gecco.communication.server
 

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