Package it.polimi.ingsw.network.server

  • Class Summary
    Class Description
    Match
    This class contains reference to all the clientHandlers in order to manage at an high level of abstraction the message sending process and the client disconnections inside of a match.
    Server
    This class accepts connection to a client and assign the client handling to the ServerClientHandler class via Thread.
    ServerClientHandler
    Every instance of this class handles the server side connection of a specific client