|
OpenVPN 3 Core Library
|
Public Types | |
| typedef RCPtr< Config > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 |
| 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 492 of file websocket.hpp.
Definition at line 494 of file websocket.hpp.
| DigestFactory::Ptr openvpn::WebSocket::Server::Config::digest_factory |
Definition at line 497 of file websocket.hpp.
| std::string openvpn::WebSocket::Server::Config::protocol |
Definition at line 496 of file websocket.hpp.