Qorus Integration Engine®
5.1.31_git
|
This wraps WebSocketHandler::WebSocketConnection. More...
Public Member Methods | |
constructor (OMQ::AbstractServiceWebSocketHandler handler) | |
Constructor for new WebSocket connections. More... | |
This wraps WebSocketHandler::WebSocketConnection.
By using this class, service programs do not have to import the entire WebSocketHandler
module to access the
connection class
OMQ::QorusWebSocketConnection::constructor | ( | OMQ::AbstractServiceWebSocketHandler | handler | ) |
Constructor for new WebSocket connections.
Called by the AbstractServiceWebSocketHandler when a new
connection is made by a WebSocket client; it is called from AbstractServiceWebSocketHandler::getConnectionImpl(), which can be overridden in subclasses to allow a subclass of this class to be used as the connection object