WebSocket message.
More...
#include <message.hpp>
WebSocket message.
Definition at line 143 of file message.hpp.
◆ message_t() [1/3]
restinio::websocket::basic::message_t::message_t |
( |
| ) |
|
|
default |
◆ message_t() [2/3]
◆ message_t() [3/3]
◆ final_flag()
◆ is_final()
bool restinio::websocket::basic::message_t::is_final |
( |
| ) |
const |
|
inlinenoexcept |
◆ opcode()
opcode_t restinio::websocket::basic::message_t::opcode |
( |
| ) |
const |
|
inlinenoexcept |
◆ payload() [1/2]
const std::string & restinio::websocket::basic::message_t::payload |
( |
| ) |
const |
|
inlinenoexcept |
◆ payload() [2/2]
std::string & restinio::websocket::basic::message_t::payload |
( |
| ) |
|
|
inlinenoexcept |
◆ set_final_flag()
void restinio::websocket::basic::message_t::set_final_flag |
( |
final_frame_flag_t |
final_flag | ) |
|
|
inlinenoexcept |
◆ set_opcode()
void restinio::websocket::basic::message_t::set_opcode |
( |
opcode_t |
opcode | ) |
|
|
inlinenoexcept |
◆ set_payload()
void restinio::websocket::basic::message_t::set_payload |
( |
std::string |
str | ) |
|
|
inline |
◆ m_final_flag
◆ m_opcode
opcode_t restinio::websocket::basic::message_t::m_opcode = opcode_t::continuation_frame |
|
private |
◆ m_payload
std::string restinio::websocket::basic::message_t::m_payload |
|
private |
Websocket message payload.
Definition at line 223 of file message.hpp.
The documentation for this class was generated from the following file: