WebsocketConnection.h File Reference
Include dependency graph for WebsocketConnection.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | WsFrameInfo |
class | WebsocketConnection |
Macros | |
#define | WEBSOCKET_VERSION 13 |
Typedefs | |
using | WebsocketList = Vector< WebsocketConnection * > |
using | WebsocketDelegate = Delegate< void(WebsocketConnection &)> |
using | WebsocketMessageDelegate = Delegate< void(WebsocketConnection &, const String &)> |
using | WebsocketBinaryDelegate = Delegate< void(WebsocketConnection &, uint8_t *data, size_t size)> |
Enumerations | |
enum | WsConnectionState { eWSCS_Ready, eWSCS_Open, eWSCS_Closed } |
Current state of Websocket connection. More... | |