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:AbstractServerStarts the server- Specified by:
startin classAbstractServer- Throws:
PortUnreachableException
-
stop
public void stop()Description copied from class:AbstractServerGracefully stops the server- Specified by:
stopin classAbstractServer
-