HandlerResponse

Represents a response message from a handler.

Constructors

this
this(BesterServer server, MessageHandler handler, JSONValue messageResponse)

Constructs a new HandlerResponse object that represents the message handler's response message and the execution of it.

Members

Functions

execute
void execute(BesterConnection originalRequester, string messageID)

Executes the command. Either sendClients, sendServers or sendHandler.

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

Meta