Qorus Integration Engine® Enterprise Edition 6.0.19_prod
Loading...
Searching...
No Matches
OMQ::QorusWebSocketConnection Class Reference

This wraps WebSocketHandler::WebSocketConnection. More...

Inheritance diagram for OMQ::QorusWebSocketConnection:
[legend]
Collaboration diagram for OMQ::QorusWebSocketConnection:
[legend]

Public Member Methods

 constructor (OMQ::AbstractServiceWebSocketHandler handler)
 Constructor for new WebSocket connections. More...
 

Detailed Description

This wraps WebSocketHandler::WebSocketConnection.

By using this class, service programs do not have to import the entire WebSocketHandler module to access the connection class

Member Function Documentation

◆ constructor()

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


The documentation for this class was generated from the following file: