Class KeepAlivePacket

java.lang.Object
network.protocol.Packet
network.protocol.packets.KeepAlivePacket
All Implemented Interfaces:
Serializable

public class KeepAlivePacket extends Packet
See Also:
  • Constructor Details

    • KeepAlivePacket

      public KeepAlivePacket(long keepAliveId)
  • Method Details

    • getKeepAliveId

      public long getKeepAliveId()
    • accept

      public void accept(PacketVisitor packetVisitor)
      Specified by:
      accept in class Packet