Class RconClient

java.lang.Object
net.minecraft.server.rcon.thread.GenericThread
net.minecraft.server.rcon.thread.RconClient
All Implemented Interfaces:
Runnable

public class RconClient extends GenericThread
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • SERVERDATA_AUTH

      private static final int SERVERDATA_AUTH
      See Also:
      Constant Field Values
    • SERVERDATA_EXECCOMMAND

      private static final int SERVERDATA_EXECCOMMAND
      See Also:
      Constant Field Values
    • SERVERDATA_RESPONSE_VALUE

      private static final int SERVERDATA_RESPONSE_VALUE
      See Also:
      Constant Field Values
    • SERVERDATA_AUTH_RESPONSE

      private static final int SERVERDATA_AUTH_RESPONSE
      See Also:
      Constant Field Values
    • SERVERDATA_AUTH_FAILURE

      private static final int SERVERDATA_AUTH_FAILURE
      See Also:
      Constant Field Values
    • authed

      private boolean authed
    • client

      private final Socket client
    • buf

      private final byte[] buf
    • rconPassword

      private final String rconPassword
    • serverInterface

      private final ServerInterface serverInterface
  • Constructor Details

  • Method Details