handy_httpd.components.websocket.manager

This module defines the websocket manager and associated elements that are responsible for managing all connected websockets.

Members

Classes

WebSocketManager
class WebSocketManager

An event-loop based websocket manager thread that handles incoming messages and passes them off to their connection's message handler. This manager is enabled by setting the configuration option enableWebSockets to true.