Class MessageS2CConnectNACK

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

public class MessageS2CConnectNACK extends Message
This message indicate the client that the server has rejected its connection It will indicate that this client IP has been banned from server because: a) Bad behaviour b) Flooding server. c) Any other reason at server's admin discrection
See Also:
Message
  • Constructor Details

    • MessageS2CConnectNACK

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

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