OpenVPN 3 Core Library
|
#include <proxy.hpp>
Classes | |
class | ProxyAction |
Public Types | |
typedef RCPtr< ProxySettings > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
OPENVPN_EXCEPTION (proxy_error) | |
ProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
virtual void | set_proxy (bool del)=0 |
![]() | |
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 | |
template<class T > | |
static void | add_actions (const TunBuilderCapture &settings, ActionList &create, ActionList &destroy) |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Public Attributes | |
const std::string | sname = "OpenVPNConnect" |
TunBuilderCapture::ProxyAutoConfigURL | config |
|
inline |
|
inlinestatic |
openvpn::ProxySettings::OPENVPN_EXCEPTION | ( | proxy_error | ) |
|
pure virtual |
Implemented in openvpn::MacProxySettings, and openvpn::TunWin::WinProxySettings.
TunBuilderCapture::ProxyAutoConfigURL openvpn::ProxySettings::config |
const std::string openvpn::ProxySettings::sname = "OpenVPNConnect" |