|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
FreeColServer | The main control class for the FreeCol server. |
Enum Summary | |
---|---|
FreeColServer.GameState | Constant for storing the state of the game. |
The main package of the server package tree.
The main class of the server is FreeColServer
.
This class both starts and keeps references to all of the server objects and the game model objects.
The class responsible for network communication is
Server
. The control object responsible
for handling new connections is UserConnectionHandler
.
The main class of the model is Game
. All
Player
objects in the server's game model are
ServerPlayer
objects.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |