Class RconBase

java.lang.Object
net.minecraft.server.rcon.RconBase
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
QueryResponseHandler, RconClient, RconListener

public abstract class RconBase
extends Object
implements Runnable
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • THREAD_COUNTER

      private static final AtomicInteger THREAD_COUNTER
    • running

      protected volatile boolean running
    • description

      protected final String description
    • thread

      @Nullable protected Thread thread
  • Constructor Details

    • RconBase

      protected RconBase​(String description)
  • Method Details

    • start

      public boolean start()
    • stop

      public void stop()
    • isRunning

      public boolean isRunning()