Class MessageC2SLoginSendPromise

All Implemented Interfaces:
Serializable

public class MessageC2SLoginSendPromise extends MessageSendByteArray
This message indicate the server that the client wants to login and send the needed info: Hash of a random byte array (N1).
See Also:
Message
  • Constructor Details

    • MessageC2SLoginSendPromise

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

      public MessageC2SLoginSendPromise(Channel source, byte[] hash, String language)
      Constructor with a TCP/IP source/destination of the message and promise
      Parameters:
      source - The TCP/IP address associated to this message
      hash - The hash code of the nonce to use.
      language - Client language
  • Method Details