Class MessageS2CLoginSendNonce

All Implemented Interfaces:
Serializable

public class MessageS2CLoginSendNonce extends MessageSendByteArray
This message indicate the client the choosen server NONCE value by sending it a hash of it.
See Also:
Message
  • Constructor Details

    • MessageS2CLoginSendNonce

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

      public MessageS2CLoginSendNonce(Channel source, byte[] hash)
      Constructor with a TCP/IP source/destination of the message and the name of the choosen character.
      Parameters:
      source - The TCP/IP address associated to this message
      hash - The nonce to send to the client.
  • Method Details