Class RoomJoinRequestPacket

All Implemented Interfaces:
Packet

public class RoomJoinRequestPacket extends RoomJoinPacket
Only exists for compatibility with older versions.
This packet is used to validate join request, so the connection will not be added to the room.
RoomJoinPacket will be sent by the actual client connection and added to the room if all right.
But no reply are sent, so no reason know what was wrong, if the provided values are invalid.
  • Field Details

    • SIZE

      public static final int SIZE
      Max packet size: roomId + withPassword + password + type
      See Also:
  • Constructor Details

    • RoomJoinRequestPacket

      public RoomJoinRequestPacket()
  • Method Details