WebSocket++  0.8.3-dev
C++ websocket client/server library
Public Member Functions | Public Attributes | List of all members
websocketpp::processor::hybi13< config >::msg_metadata Struct Reference

#include <hybi13.hpp>

Public Member Functions

 msg_metadata (message_ptr m, size_t p)
 
 msg_metadata (message_ptr m, frame::masking_key_type p)
 

Public Attributes

message_ptr msg_ptr
 
size_t prepared_key
 
utf8_validator::validator validator
 

Detailed Description

template<typename config>
struct websocketpp::processor::hybi13< config >::msg_metadata

This data structure holds data related to processing a message, such as the buffer it is being written to, its masking key, its UTF8 validation state, and sometimes its compression state.

Definition at line 1031 of file hybi13.hpp.


The documentation for this struct was generated from the following file: