Package hoverball
Class Server
java.lang.Object
hoverball.Server
public final class Server
extends java.lang.Object
The server runs several simulators with a hash table.
If a client connects to the server with a hash key, it is connected to the corresponding simulator. If the hash key does not yet exist, a new simulator is created.
If a client connects to the server without a hash key, a new simulator is created with a random hash key.
If all clients are disconnected from a simulator of the server, the simulator destroys.