|
OpenVPN 3 Core Library
|
#include <httpcli.hpp>
Public Types | |
| using | Ptr = RCPtr< ClientConfig > |
Public Types inherited from openvpn::TransportClientFactory | |
| using | Ptr = RCPtr< TransportClientFactory > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| TransportClient::Ptr | new_transport_client_obj (openvpn_io::io_context &io_context, TransportClientParent *parent) override |
Public Member Functions inherited from openvpn::TransportClientFactory | |
| virtual bool | is_relay () |
| virtual void | process_push (const OptionList &) |
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 | |
| static Ptr | new_obj () |
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. | |
Private Member Functions | |
| ClientConfig () | |
Definition at line 199 of file httpcli.hpp.
Definition at line 202 of file httpcli.hpp.
|
inlineprivate |
|
inlinestatic |
|
inlineoverridevirtual |
Implements openvpn::TransportClientFactory.
Definition at line 1090 of file httpcli.hpp.
| DigestFactory::Ptr openvpn::HTTPProxyTransport::ClientConfig::digest_factory |
Definition at line 213 of file httpcli.hpp.
| Frame::Ptr openvpn::HTTPProxyTransport::ClientConfig::frame |
Definition at line 206 of file httpcli.hpp.
| size_t openvpn::HTTPProxyTransport::ClientConfig::free_list_max_size |
Definition at line 205 of file httpcli.hpp.
| Options::Ptr openvpn::HTTPProxyTransport::ClientConfig::http_proxy_options |
Definition at line 209 of file httpcli.hpp.
| RemoteList::Ptr openvpn::HTTPProxyTransport::ClientConfig::remote_list |
Definition at line 204 of file httpcli.hpp.
| StrongRandomAPI::Ptr openvpn::HTTPProxyTransport::ClientConfig::rng |
Definition at line 211 of file httpcli.hpp.
| bool openvpn::HTTPProxyTransport::ClientConfig::skip_html |
Definition at line 217 of file httpcli.hpp.
| SocketProtect* openvpn::HTTPProxyTransport::ClientConfig::socket_protect |
Definition at line 215 of file httpcli.hpp.
| SessionStats::Ptr openvpn::HTTPProxyTransport::ClientConfig::stats |
Definition at line 207 of file httpcli.hpp.