Module polimi.ingsw.am21.codex
Class TCPServer
java.lang.Object
polimi.ingsw.am21.codex.connection.server.AbstractServer
polimi.ingsw.am21.codex.connection.server.TCP.TCPServer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class polimi.ingsw.am21.codex.connection.server.AbstractServer
getServerReadyLatch
-
Constructor Details
-
TCPServer
-
-
Method Details
-
start
Description copied from class:AbstractServer
Starts the server- Specified by:
start
in classAbstractServer
- Throws:
PortUnreachableException
-
stop
public void stop()Description copied from class:AbstractServer
Gracefully stops the server- Specified by:
stop
in classAbstractServer
-