|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
gecco.communication.server | |
gecco.game.testgame | |
gecco.server.core |
Uses of Server in gecco.communication.server |
Fields in gecco.communication.server declared as Server | |
private Server |
DataOutputExchangeHandler.server
Description of the Field |
private Server |
DataInputExchangeHandler.server
Description of the Field |
private Server |
ClientAmbassador.server
Description of the Field |
private Server |
RoleConnection.server
Description of the Field |
Constructors in gecco.communication.server with parameters of type Server | |
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 |
|
ClientAmbassador(Vector rd,
Server server,
int port)
Initiates the ServerAmbassador, and also starts a Thread that listens for incoming clients |
|
RoleConnection(String role,
Server server)
Constructor for the RoleConnection object |
Uses of Server in gecco.game.testgame |
Fields in gecco.game.testgame declared as Server | |
(package private) static Server |
ServerTest.server
Description of the Field |
Constructors in gecco.game.testgame with parameters of type Server | |
ServerTest(Server _server)
Constructor for the ServerTest object |
Uses of Server in gecco.server.core |
Classes in gecco.server.core that implement Server | |
class |
ServerImpl
Description of the Class |
Fields in gecco.server.core declared as Server | |
private static Server |
ReferenceHolder.comServer
Description of the Field |
Methods in gecco.server.core that return Server | |
static Server |
ReferenceHolder.getComServer()
Gets the ComServer attribute of the ReferenceHolder class |
Methods in gecco.server.core with parameters of type Server | |
static void |
ReferenceHolder.setComServer(Server _comServer)
Sets the ComServer attribute of the ReferenceHolder class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |