类 RconClient

java.lang.Object
net.minecraft.server.rcon.thread.GenericThread
net.minecraft.server.rcon.thread.RconClient
所有已实现的接口:
Runnable

public class RconClient extends GenericThread
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • SERVERDATA_AUTH

      private static final int SERVERDATA_AUTH
      另请参阅:
    • SERVERDATA_EXECCOMMAND

      private static final int SERVERDATA_EXECCOMMAND
      另请参阅:
    • SERVERDATA_RESPONSE_VALUE

      private static final int SERVERDATA_RESPONSE_VALUE
      另请参阅:
    • SERVERDATA_AUTH_RESPONSE

      private static final int SERVERDATA_AUTH_RESPONSE
      另请参阅:
    • SERVERDATA_AUTH_FAILURE

      private static final int SERVERDATA_AUTH_FAILURE
      另请参阅:
    • authed

      private boolean authed
    • client

      private final Socket client
    • buf

      private final byte[] buf
    • rconPassword

      private final String rconPassword
    • serverInterface

      private final ServerInterface serverInterface
  • 构造器详细资料

  • 方法详细资料