#include <IWebSocketsManager.h>
◆ ~IWebSocketsManager()
| virtual IWebSocketsManager::~IWebSocketsManager |
( |
| ) |
|
|
virtualdefault |
◆ CreateWebSocket()
Instantiates a new web socket for the current platform
- Parameters
-
| Url | The URL to which to connect; this should be the URL to which the WebSocket server will respond. |
| Protocols | a list of protocols the client will handle. |
- Returns
- new IWebSocket instance
◆ InitWebSockets()
Web sockets start-up: call before creating any web sockets
◆ ShutdownWebSockets()
| virtual void IWebSocketsManager::ShutdownWebSockets |
( |
| ) |
|
|
pure virtual |
Web sockets teardown: call at shutdown, in particular after all use of SSL has finished
◆ UpdateConfigs()
Update configuration. Called when config has been updated and we need to apply any changes.
The documentation for this class was generated from the following file: