Class SocketManager
java.lang.Object
dk.minepay.server.bukkit.managers.SocketManager
Manager class for the socket connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Initializes the socket connection and sets up event listeners.
-
Constructor Details
-
SocketManager
public SocketManager()Constructor for the SocketManager class.
-
-
Method Details
-
init
public void init()Initializes the socket connection and sets up event listeners. Connects to the socket server and handles various socket events.
-