The WebSocketHandler class - this class contains collection of WebSocketServerWrappers. These wrappers handle all WebSocket communication - WebSocketHandler will only receive and forward messages to app.
More...
#include <WebSocketHandler.h>
The WebSocketHandler class - this class contains collection of WebSocketServerWrappers. These wrappers handle all WebSocket communication - WebSocketHandler will only receive and forward messages to app.
| WebSocketHandler::WebSocketHandler |
( |
| ) |
|
| WebSocketHandler::~WebSocketHandler |
( |
| ) |
|
|
virtual |
RegisterWebSocketServer - create a new WebSocketServerWrapper which is listening on specified port and add it to the collection.
- Parameters
-
| webSocketType | - type of WebSocket server (only one instance of same type is permitted) |
| port | - port on which is the socket listening |
The documentation for this class was generated from the following files: