$darkmode
debug program control via AbstractWebSocketDebugHandler More...
Inherits DebugProgramControl.
Public Member Functions | |
| addHandler (AbstractWebSocketDebugHandler newHandler) | |
| add web socket handler object to handler list | |
| broadcastDataImpl (auto data) | |
| sends data to all connections | |
| constructor (string serverName) | |
| creates the object More... | |
| sendDataImpl (hash cx, auto data) | |
| sends data to the given connection | |
Protected Attributes | |
| list< AbstractWebSocketDebugHandler > | handlers = () |
| list of associated AbstractWebSocketDebugHandler handlers | |
debug program control via AbstractWebSocketDebugHandler
More websocket handlers may be assigned, i.e. it can handle more URLs running one or more protocols.
| DebugHandler::WebSocketDebugProgramControl::constructor | ( | string | serverName | ) |
creates the object
| serverName | is used identifier fr welcome message |