OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::WebSocket::Server::Config Struct Reference
Inheritance diagram for openvpn::WebSocket::Server::Config:
[legend]
Collaboration diagram for openvpn::WebSocket::Server::Config:
[legend]

Public Types

typedef RCPtr< ConfigPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Attributes

std::string protocol
 
DigestFactory::Ptr digest_factory
 

Additional Inherited Members

- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 
- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 492 of file websocket.hpp.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ digest_factory

DigestFactory::Ptr openvpn::WebSocket::Server::Config::digest_factory

Definition at line 497 of file websocket.hpp.

◆ protocol

std::string openvpn::WebSocket::Server::Config::protocol

Definition at line 496 of file websocket.hpp.


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