Package net.minecraft.network.rcon
Class ClientThread
java.lang.Object
net.minecraft.network.rcon.RConThread
net.minecraft.network.rcon.ClientThread
- All Implemented Interfaces:
Runnable
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private final byte[]
private final Socket
private static final org.apache.logging.log4j.Logger
private final String
private final IServer
Fields inherited from class net.minecraft.network.rcon.RConThread
name, running, thread
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
run()
private void
private void
private void
sendCmdResponse
(int p_72655_1_, String p_72655_2_) void
stop()
Methods inherited from class net.minecraft.network.rcon.RConThread
isRunning, start
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
authed
private boolean authed -
client
-
buf
private final byte[] buf -
rconPassword
-
serverInterface
-
-
Constructor Details
-
ClientThread
-
-
Method Details
-
run
public void run() -
send
- Throws:
IOException
-
sendAuthFailure
- Throws:
IOException
-
sendCmdResponse
- Throws:
IOException
-
stop
public void stop()- Overrides:
stop
in classRConThread
-
closeSocket
private void closeSocket()
-