RESTinio
|
Websocket input stuff. More...
#include <ws_connection.hpp>
Public Member Functions | |
connection_input_t (std::size_t buffer_size) | |
void | reset_parser_and_payload () |
Prepare parser for reading new http-message. More... | |
Public Attributes | |
ws_parser_t | m_parser |
websocket parser. More... | |
restinio::impl::fixed_buffer_t | m_buf |
Input buffer. More... | |
std::string | m_payload |
Current payload. More... | |
Websocket input stuff.
Definition at line 90 of file ws_connection.hpp.
|
inline |
Definition at line 92 of file ws_connection.hpp.
|
inline |
Prepare parser for reading new http-message.
Definition at line 107 of file ws_connection.hpp.
restinio::impl::fixed_buffer_t restinio::websocket::basic::impl::connection_input_t::m_buf |
Input buffer.
Definition at line 100 of file ws_connection.hpp.
ws_parser_t restinio::websocket::basic::impl::connection_input_t::m_parser |
websocket parser.
Definition at line 97 of file ws_connection.hpp.
std::string restinio::websocket::basic::impl::connection_input_t::m_payload |
Current payload.
Definition at line 103 of file ws_connection.hpp.