Package it.polimi.ingsw.server

  • Interface Summary 
    Interface Description
    ClientViewObserver
    Lets a class know the evolution of the states inside the game.
  • Class Summary 
    Class Description
    ClientHandler
    Handles all interactions between the server and a client.
    HeartbeatServer
    Sends ping -- here called pong as opposed to ping from client to server) -- to client in order to let a disconnected client know that he is no longer connected.
    Lobby
    Lets any newly connected clients join an existing game or create a new one.
    Server
    Server of the game.
    VirtualView
    Represents a mock instance of the client server side.