Class MessageC2SOutOfSync

java.lang.Object
marauroa.common.net.message.Message
marauroa.common.net.message.MessageC2SOutOfSync
All Implemented Interfaces:
Serializable

public class MessageC2SOutOfSync extends Message
If client gets out of sync with server because of a problem in communications, it can request server to send a sync data frame to recover synchronization with server.
  • Constructor Details

    • MessageC2SOutOfSync

      public MessageC2SOutOfSync()
      Constructor for allowing creation of an empty message
    • MessageC2SOutOfSync

      public MessageC2SOutOfSync(Channel source)
      Constructor with a TCP/IP source/destination of the message
      Parameters:
      source - The TCP/IP address associated to this message
  • Method Details