|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
aigames.soccer.application | Contains AI Soccer application for SNIFOS system. |
aigames.soccer.communication | Contains TCP\IP sockets communication module for SNIFOS system. |
snifos.application | Contains classes related to applications in SNIFOS system. |
snifos.application.test | Contains dummy interface implementations for testing purposes. |
snifos.communication | Contains classes used by server communication modules. |
snifos.communication.test | Contains dummy implementation of communication interface. |
snifos.server | Contains classes used by SNIFOS server. |
snifos.server.test | Contains dummy implementation of server interface. |
Uses of Server in aigames.soccer.application |
Methods in aigames.soccer.application with parameters of type Server | |
void |
SoccerApp.setServer(Server serverToSet)
|
Constructors in aigames.soccer.application with parameters of type Server | |
MessageSender(Server server)
Constructo which sets server that will be used to send messages. |
Uses of Server in aigames.soccer.communication |
Methods in aigames.soccer.communication with parameters of type Server | |
void |
SocketCommModule.setServer(Server server)
|
Uses of Server in snifos.application |
Methods in snifos.application with parameters of type Server | |
void |
Application.setServer(Server server)
Sets instance of server which will be used to communicate with to users. |
Uses of Server in snifos.application.test |
Methods in snifos.application.test with parameters of type Server | |
void |
DummyApplication.setServer(Server server)
|
Uses of Server in snifos.communication |
Methods in snifos.communication with parameters of type Server | |
void |
CommModule.setServer(Server server)
Sets instance of server which will be used to pass messages to applications. |
Uses of Server in snifos.communication.test |
Methods in snifos.communication.test with parameters of type Server | |
void |
DummyCommModule.setServer(Server server)
|
Uses of Server in snifos.server |
Classes in snifos.server that implement Server | |
class |
SnifosServer
Reference implementation of SNIFOS server interface. |
Uses of Server in snifos.server.test |
Classes in snifos.server.test that implement Server | |
class |
DummyServer
Dummy implementation of server interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |