Class LANDiscoveryThread

java.lang.Object
java.lang.Thread
com.hypixel.hytale.builtin.landiscovery.LANDiscoveryThread
All Implemented Interfaces:
Runnable

class LANDiscoveryThread extends Thread
  • Field Details

    • REPLY_HEADER

      private static final byte[] REPLY_HEADER
    • REQUEST_HEADER

      private static final byte[] REQUEST_HEADER
    • LAN_DISCOVERY_PORT

      public static final int LAN_DISCOVERY_PORT
      See Also:
    • LOGGER

      @Nonnull private final com.hypixel.hytale.logger.HytaleLogger LOGGER
    • socket

      private MulticastSocket socket
  • Constructor Details

    • LANDiscoveryThread

      public LANDiscoveryThread()
  • Method Details