Qore DebugHandler Module Reference 0.2
Loading...
Searching...
No Matches
DebugHandler::WebSocketDebugProgramControl Class Reference

debug program control via AbstractWebSocketDebugHandler More...

#include <DebugHandler.qm.dox.h>

Inherits DebugProgramControl.

Public Member Methods

 addHandler (AbstractWebSocketDebugHandler newHandler)
 add web socket handler object to handler list
 
 broadcastDataImpl (auto data)
 sends data to all connections
 
 constructor (string serverName, *Logger::LoggerInterface logger)
 creates the object
 
 sendDataImpl (hash cx, auto data)
 sends data to the given connection
 

Private Attributes

list< AbstractWebSocketDebugHandlerhandlers = ()
 list of associated AbstractWebSocketDebugHandler handlers
 

Detailed Description

debug program control via AbstractWebSocketDebugHandler

More websocket handlers may be assigned, i.e. it can handle more URLs running one or more protocols.

Member Function Documentation

◆ constructor()

DebugHandler::WebSocketDebugProgramControl::constructor ( string  serverName,
*Logger::LoggerInterface  logger 
)

creates the object

Parameters
serverNameis used identifier fr welcome message