BesterServer

Undocumented in source.

Constructors

this
this(JSONValue config)
Undocumented in source.

Members

Functions

addListener
void addListener(BesterListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
authenticate
bool authenticate(string username, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
findHandler
MessageHandler findHandler(string payloadType)
Undocumented in source. Be warned that the author may not have intended to support it.
getClients
BesterConnection[] getClients(string[] usernames)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isBuiltInCommand
bool isBuiltInCommand(string command)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clients
BesterConnection[] clients;
Undocumented in source.
handlers
MessageHandler[] handlers;

Message handlers

Meta