Wire Sysio Wire Sysion 1.0.0
|
#include <websocketpp/processors/processor.hpp>
#include <websocketpp/frame.hpp>
#include <websocketpp/http/constants.hpp>
#include <websocketpp/utf8_validator.hpp>
#include <websocketpp/sha1/sha1.hpp>
#include <websocketpp/base64/base64.hpp>
#include <websocketpp/common/network.hpp>
#include <websocketpp/common/platforms.hpp>
#include <algorithm>
#include <cassert>
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
class | websocketpp::processor::hybi13< config > |
Processor for Hybi version 13 (RFC6455) More... | |
struct | websocketpp::processor::hybi13< config >::msg_metadata |
Namespaces | |
namespace | websocketpp |
Namespace for the WebSocket++ project. | |
namespace | websocketpp::processor |
Processors encapsulate the protocol rules specific to each WebSocket version. | |