Class Handshake

All Implemented Interfaces:
Serializable

public class Handshake extends ConnectionMessage
A ConnectionMessage sent by a client in order to communicate the chosen (global and unique) username and subsequently establish a connection with the server.
See Also:
  • Constructor Details

    • Handshake

      public Handshake(String sender)