Package net.sf.freecol.server.networking
Contains the server networking classes.
The main server networking class is Server
.
Most of the networking classes are common: net.sf.freecol.common.networking
.
- Since:
- 0.2.1
-
Class Summary Class Description DummyConnection A dummy connection, used for AI players.Server The networking server in which new clients can connect and methods likesendToAll
are kept.