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 ServerSocketlistenerprivate Stringpasswordprivate DedicatedServerserverprivate static LoggerSERVER_LOGGERFields inherited from class net.minecraft.server.rcon.RconBase
description, running, thread -
Constructor Summary
Constructors Modifier Constructor Description privateRconListener(DedicatedServer dedicatedServer, ServerSocket serverSocket, String string) -
Method Summary
Modifier and Type Method Description private voidcloseSocket(ServerSocket socket)static RconListenercreate(DedicatedServer server)private voidremoveStoppedClients()voidrun()voidstop()