#include <websocketpp/close.hpp>
#include <websocketpp/utilities.hpp>
#include <websocketpp/uri.hpp>
#include <websocketpp/common/cpp11.hpp>
#include <websocketpp/common/system_error.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | websocketpp::processor::error::processor_category |
Category for processor errors. More... | |
struct | is_error_code_enum< websocketpp::processor::error::processor_errors > |
Namespaces | |
websocketpp | |
Namespace for the WebSocket++ project. | |
websocketpp::processor | |
Processors encapsulate the protocol rules specific to each WebSocket version. | |
websocketpp::processor::constants | |
Constants related to processing WebSocket connections. | |
websocketpp::processor::error_cat | |
Processor class related error codes. | |
websocketpp::processor::error | |
Error code category and codes used by all processor types. | |
Functions | |
lib::error_category const & | websocketpp::processor::error::get_processor_category () |
Get a reference to a static copy of the processor error category. More... | |
lib::error_code | websocketpp::processor::error::make_error_code (error::processor_errors e) |
Create an error code with the given value and the processor category. More... | |
close::status::value | websocketpp::processor::error::to_ws (lib::error_code ec) |
Converts a processor error_code into a websocket close code. More... | |
Variables | |
static char const | websocketpp::processor::constants::upgrade_token [] = "websocket" |
static char const | websocketpp::processor::constants::connection_token [] = "Upgrade" |
static char const | websocketpp::processor::constants::handshake_guid [] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |