|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConnection | |
gecco.communication.server |
Uses of ClientConnection in gecco.communication.server |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |