Package VASSAL.chat.node
Class ConnectionLimiter
java.lang.Object
VASSAL.chat.node.ConnectionLimiter
public class ConnectionLimiter extends Object
Limits connections to the server to one per registered username
-
Constructor Summary
Constructors Constructor Description ConnectionLimiter()
-
Method Summary
Modifier and Type Method Description void
register(String name, SocketHandler handler)
-
Constructor Details
-
ConnectionLimiter
public ConnectionLimiter()
-
-
Method Details
-
register
-