126 setLogger(*
list args);
164 logDebug(
string fmt);
167 logError(
string fmt);
192 sendDataImpl(
hash cx,
auto data);
195 broadcastDataImpl(
auto data);
201 *
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:172
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