Constructs a new BesterServer with the given JSON configuration.
Adds a new Connection, connection, to the server.
Adds a listener, listener, to this server's listener set.
Authenticate the user.
Returns the MessageHandler object of the requested type.
Returns a list of BesterConnection objects that match the usernames provided.
Start listen loop.
Connected clients.
Array of message handlers attached to this server.
Socket listeners for incoming connections.
Represents an instance of a Bester server.