Module polimi.ingsw.am21.codex
Class AbstractServer
java.lang.Object
polimi.ingsw.am21.codex.connection.server.AbstractServer
-
Method Details
-
start
public abstract void start() throws MalformedURLException, RemoteException, PortUnreachableException, UnknownHostException, AlreadyBoundExceptionStarts the server -
stop
public abstract void stop()Gracefully stops the server -
getServerReadyLatch
-