|
OpenVPN 3 Core Library
|
Public Types | |
| typedef RCPtr< Config > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Attributes | |
| std::string | origin |
| std::string | protocol |
| StrongRandomAPI::Ptr | rng |
| DigestFactory::Ptr | digest_factory |
| bool | compress = false |
| size_t | compress_threshold = 256 |
Additional Inherited Members | |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| RC () noexcept=default | |
| RC (const RC &)=delete | |
| virtual | ~RC ()=default |
| RC & | operator= (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. | |
Definition at line 418 of file websocket.hpp.
Definition at line 420 of file websocket.hpp.
| bool openvpn::WebSocket::Client::Config::compress = false |
Definition at line 428 of file websocket.hpp.
| size_t openvpn::WebSocket::Client::Config::compress_threshold = 256 |
Definition at line 429 of file websocket.hpp.
| DigestFactory::Ptr openvpn::WebSocket::Client::Config::digest_factory |
Definition at line 425 of file websocket.hpp.
| std::string openvpn::WebSocket::Client::Config::origin |
Definition at line 422 of file websocket.hpp.
| std::string openvpn::WebSocket::Client::Config::protocol |
Definition at line 423 of file websocket.hpp.
| StrongRandomAPI::Ptr openvpn::WebSocket::Client::Config::rng |
Definition at line 424 of file websocket.hpp.