#include <websocket.hpp>
Definition at line 103 of file websocket.hpp.
◆ Status() [1/3]
openvpn::WebSocket::Status::Status |
( |
| ) |
|
|
inline |
◆ Status() [2/3]
openvpn::WebSocket::Status::Status |
( |
unsigned int |
opcode, |
|
|
bool |
fin = true , |
|
|
uint16_t |
close_status_code = 0 |
|
) |
| |
|
inline |
◆ Status() [3/3]
openvpn::WebSocket::Status::Status |
( |
const Status & |
ref, |
|
|
const unsigned int |
opcode |
|
) |
| |
|
inline |
◆ close_status_code()
auto openvpn::WebSocket::Status::close_status_code |
( |
| ) |
const |
|
inline |
◆ defined()
bool openvpn::WebSocket::Status::defined |
( |
| ) |
const |
|
inline |
◆ fin()
bool openvpn::WebSocket::Status::fin |
( |
| ) |
const |
|
inline |
◆ opcode()
unsigned int openvpn::WebSocket::Status::opcode |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool openvpn::WebSocket::Status::operator!= |
( |
const Status & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool openvpn::WebSocket::Status::operator== |
( |
const Status & |
rhs | ) |
const |
|
inline |
◆ to_string()
std::string openvpn::WebSocket::Status::to_string |
( |
| ) |
const |
|
inline |
◆ Receiver
◆ close_status_code_
uint16_t openvpn::WebSocket::Status::close_status_code_ |
|
private |
◆ fin_
bool openvpn::WebSocket::Status::fin_ |
|
private |
◆ opcode_
unsigned int openvpn::WebSocket::Status::opcode_ |
|
private |
The documentation for this class was generated from the following file: