|
OpenVPN 3 Core Library
|
#include <proxy.hpp>
Classes | |
| class | ProxyAction |
Public Types | |
| typedef RCPtr< ProxySettings > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| OPENVPN_EXCEPTION (proxy_error) | |
| ProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
| virtual void | set_proxy (bool del)=0 |
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 | |
| template<class T > | |
| static void | add_actions (const TunBuilderCapture &settings, ActionList &create, ActionList &destroy) |
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. | |
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" |