OpenVPN 3 Core Library
Loading...
Searching...
No Matches
websocket.hpp File Reference
#include <string>
#include <cstdint>
#include <ostream>
#include <tuple>
#include <utility>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/rc.hpp>
#include <openvpn/common/base64.hpp>
#include <openvpn/common/socktypes.hpp>
#include <openvpn/common/endian64.hpp>
#include <openvpn/crypto/hashstr.hpp>
#include <openvpn/buffer/buffer.hpp>
#include <openvpn/random/randapi.hpp>
Include dependency graph for websocket.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvpn::WebSocket::Protocol
 
union  openvpn::WebSocket::Protocol::MaskingKey
 
class  openvpn::WebSocket::Status
 
class  openvpn::WebSocket::Sender
 
class  openvpn::WebSocket::Receiver
 
struct  openvpn::WebSocket::Client::Config
 
class  openvpn::WebSocket::Client::PerRequest
 
struct  openvpn::WebSocket::Server::Config
 
class  openvpn::WebSocket::Server::PerRequest
 

Namespaces

namespace  openvpn
 Support deferred server-side state creation when client connects.
 
namespace  openvpn::WebSocket
 
namespace  openvpn::WebSocket::Client
 
namespace  openvpn::WebSocket::Server
 

Functions

 openvpn::WebSocket::OPENVPN_EXCEPTION (websocket_error)
 
std::string openvpn::WebSocket::accept_confirmation (DigestFactory &digest_factory, const std::string &websocket_key)