OpenVPN 3 Core Library
|
#include <websocket.hpp>
Classes | |
union | MaskingKey |
Public Types | |
enum | Opcode { Text = 0x1 , Binary = 0x2 , Close = 0x8 , Ping = 0x9 , Pong = 0xA } |
Static Public Member Functions | |
static std::string | opcode_to_string (const unsigned int opcode) |
Static Public Attributes | |
static constexpr size_t | MAX_HEAD = 16 |
Definition at line 44 of file websocket.hpp.
Enumerator | |
---|---|
Text | |
Binary | |
Close | |
Ping | |
Pong |
Definition at line 49 of file websocket.hpp.
|
inlinestatic |
|
staticconstexpr |
Definition at line 47 of file websocket.hpp.