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

#include <transbase.hpp>

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

Public Types

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

Public Member Functions

virtual TransportClient::Ptr new_transport_client_obj (openvpn_io::io_context &io_context, TransportClientParent *parent)=0
 
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
 
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 100 of file transbase.hpp.

Member Typedef Documentation

◆ Ptr

Member Function Documentation

◆ is_relay()

virtual bool openvpn::TransportClientFactory::is_relay ( )
inlinevirtual

Reimplemented in openvpn::TransportRelayFactory.

Definition at line 109 of file transbase.hpp.

Here is the caller graph for this function:

◆ new_transport_client_obj()

virtual TransportClient::Ptr openvpn::TransportClientFactory::new_transport_client_obj ( openvpn_io::io_context &  io_context,
TransportClientParent parent 
)
pure virtual

Implemented in openvpn::DCOTransport::ClientConfig, openvpn::HTTPProxyTransport::ClientConfig, openvpn::TransportRelayFactory, openvpn::TCPTransport::ClientConfig, and openvpn::UDPTransport::ClientConfig.

Here is the caller graph for this function:

◆ process_push()

virtual void openvpn::TransportClientFactory::process_push ( const OptionList )
inlinevirtual

Reimplemented in openvpn::DCOTransport::ClientConfig, openvpn::TCPTransport::ClientConfig, and openvpn::UDPTransport::ClientConfig.

Definition at line 113 of file transbase.hpp.

Here is the caller graph for this function:

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