The variable size component of a WebSocket frame header. More...
#include <frame.hpp>
Public Member Functions | |
extended_header () | |
extended_header (uint64_t payload_size) | |
extended_header (uint64_t payload_size, uint32_t masking_key) | |
Public Attributes | |
uint8_t | bytes [MAX_EXTENDED_HEADER_LENGTH] |
|
inline |
|
inline |
|
inline |
Definition at line 246 of file frame.hpp.
References websocketpp::frame::uint32_converter::c, and websocketpp::frame::uint32_converter::i.
uint8_t websocketpp::frame::extended_header::bytes[MAX_EXTENDED_HEADER_LENGTH] |
Definition at line 258 of file frame.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), websocketpp::processor::hybi13< stub_config >::copy_extended_header_bytes(), websocketpp::frame::get_extended_size(), websocketpp::frame::get_jumbo_size(), websocketpp::frame::get_masking_key(), websocketpp::frame::prepare_header(), and websocketpp::processor::hybi13< stub_config >::reset_headers().