Class MessageC2SLogout

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

public class MessageC2SLogout extends Message
The Logout Message is sent from client to server to indicate that it wants to finish the session.
  • Constructor Details

    • MessageC2SLogout

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

      public MessageC2SLogout(int reason)
      Constructor for allowing creation of an empty message
      Parameters:
      reason - reason for logout
    • MessageC2SLogout

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