|
OpenVPN 3 Core Library
|
#include <altproxy.hpp>
Classes | |
| struct | Config |
Public Types | |
| typedef RCPtr< AltProxy > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| virtual std::string | name () const =0 |
| virtual void | set_enable_cache (const bool enable_cache)=0 |
| virtual void | precache (RemoteList::Ptr &r)=0 |
| virtual bool | next ()=0 |
| virtual bool | requires_tcp () const =0 |
| virtual TransportClientFactory::Ptr | new_transport_client_factory (const Config &)=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. | |
Additional Inherited Members | |
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 24 of file altproxy.hpp.
| typedef RCPtr<AltProxy> openvpn::AltProxy::Ptr |
Definition at line 45 of file altproxy.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |