OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::AltProxy Struct Referenceabstract

#include <altproxy.hpp>

Inheritance diagram for openvpn::AltProxy:
[legend]
Collaboration diagram for openvpn::AltProxy:
[legend]

Classes

struct  Config
 

Public Types

typedef RCPtr< AltProxyPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

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
 
RCoperator= (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.
 

Detailed Description

Definition at line 24 of file altproxy.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 45 of file altproxy.hpp.

Member Function Documentation

◆ name()

virtual std::string openvpn::AltProxy::name ( ) const
pure virtual
Here is the caller graph for this function:

◆ new_transport_client_factory()

virtual TransportClientFactory::Ptr openvpn::AltProxy::new_transport_client_factory ( const Config )
pure virtual
Here is the caller graph for this function:

◆ next()

virtual bool openvpn::AltProxy::next ( )
pure virtual
Here is the caller graph for this function:

◆ precache()

virtual void openvpn::AltProxy::precache ( RemoteList::Ptr r)
pure virtual
Here is the caller graph for this function:

◆ requires_tcp()

virtual bool openvpn::AltProxy::requires_tcp ( ) const
pure virtual
Here is the caller graph for this function:

◆ set_enable_cache()

virtual void openvpn::AltProxy::set_enable_cache ( const bool  enable_cache)
pure virtual
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: