NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::processor::hybi13< config >::msg_metadata Struct Reference

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. More...

#include <hybi13.hpp>

Collaboration diagram for websocketpp::processor::hybi13< config >::msg_metadata:

Public Member Functions

 msg_metadata ()
 
 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 1009 of file hybi13.hpp.

Constructor & Destructor Documentation

template<typename config>
websocketpp::processor::hybi13< config >::msg_metadata::msg_metadata ( )
inline

Definition at line 1010 of file hybi13.hpp.

template<typename config>
websocketpp::processor::hybi13< config >::msg_metadata::msg_metadata ( message_ptr  m,
size_t  p 
)
inline

Definition at line 1011 of file hybi13.hpp.

template<typename config>
websocketpp::processor::hybi13< config >::msg_metadata::msg_metadata ( message_ptr  m,
frame::masking_key_type  p 
)
inline

Definition at line 1012 of file hybi13.hpp.

Member Data Documentation

template<typename config>
size_t websocketpp::processor::hybi13< config >::msg_metadata::prepared_key

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