126 setLogger(*
list args);
129 log(
int verbosity,
string fmt);
167 logDebug(
string fmt);
170 logError(
string fmt);
195 sendDataImpl(
hash cx,
auto data);
198 broadcastDataImpl(
auto data);
204 *
string getContentType();
the main web socket debug handler class
Definition: DebugHandler.qm.dox.h:107
registered()
send welcome message to identify itself
gotMessage(string msg)
this method is called by the WebSocketHandler when message from the client is received ...
the DebugHandler namespace contains all the objects in the DebugHandler module
Definition: DebugHandler.qm.dox.h:49
web socket debug program control class
Definition: DebugHandler.qm.dox.h:175
connectionClosed()
this method is called by the WebSocketHandler when the connection is closed
this class represents a connection to a debug server via websocket client
Definition: DebugHandler.qm.dox.h:59
constructor(WebSocketDebugHandler n_handler, hash n_cx)
the constructor is called by the WebSocketHandler when a new connection is made by a websocket client...
hash cx
websocket context, cx.id is used for sending messages to particular client
Definition: DebugHandler.qm.dox.h:69