Class MessageS2CLoginSendKey

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

public class MessageS2CLoginSendKey extends Message
This message indicate the server that the client wants to login and send the needed info: server public key
See Also:
Message
  • Constructor Details

    • MessageS2CLoginSendKey

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

      public MessageS2CLoginSendKey(Channel source, RSAPublicKey key)
      Constructor with a TCP/IP source/destination of the message and the public key server is using.
      Parameters:
      source - The TCP/IP address associated to this message
      key - the server public key.
  • Method Details