Package it.polimi.ingsw.Server
package it.polimi.ingsw.Server
-
ClassDescriptionMultiple
LobbyServerinstances will need to communicate to run the game.Handler of game events, responsible for communication of game related information with a single client.Represents the various stages of the connection between client and serverGiven aSocketWrapperand aBlockingQueue<ClientEvent>, moves only theClientEventreceived on the socket to the queue.This is the main server thread.