Class Ping

java.lang.Object
it.polimi.ingsw.eriantys.messages.Message
it.polimi.ingsw.eriantys.messages.Ping
All Implemented Interfaces:
Serializable

public class Ping extends Message
A Message which acts to implement the disconnection handling behaviour. This communication item lets the other end of the channel know that transmission is still happening.
See Also:
  • Constructor Details

    • Ping

      public Ping()
    • Ping

      public Ping(String sender)