Package net.minecraft.server.rcon
Class RconListener
java.lang.Object
net.minecraft.server.rcon.RconBase
net.minecraft.server.rcon.RconListener
- All Implemented Interfaces:
Runnable
public class RconListener extends RconBase
-
Field Summary
Fields Modifier and Type Field Description private List<RconClient>clientsprivate Stringhostnameprivate ServerSocketlistenerprivate Stringpasswordprivate intportprivate DedicatedServerserverprivate static LoggerSERVER_LOGGER -
Constructor Summary
Constructors Constructor Description RconListener(DedicatedServer server) -
Method Summary
Modifier and Type Method Description private voidcloseSocket(ServerSocket socket)private voidremoveStoppedClients()voidrun()voidstart()voidstop()
-
Field Details
-
Constructor Details
-
Method Details
-
removeStoppedClients
private void removeStoppedClients() -
run
public void run() -
start
public void start() -
stop
public void stop() -
closeSocket
-