OpenVPN 3 Core Library
|
#include <transbase.hpp>
Public Types | |
typedef RCPtr< TransportClientFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
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 &) |
![]() | |
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 constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 100 of file transbase.hpp.
Definition at line 102 of file transbase.hpp.
|
inlinevirtual |
Reimplemented in openvpn::TransportRelayFactory.
Definition at line 109 of file transbase.hpp.
|
pure virtual |
Implemented in openvpn::DCOTransport::ClientConfig, openvpn::HTTPProxyTransport::ClientConfig, openvpn::TransportRelayFactory, openvpn::TCPTransport::ClientConfig, and openvpn::UDPTransport::ClientConfig.
|
inlinevirtual |
Reimplemented in openvpn::DCOTransport::ClientConfig, openvpn::TCPTransport::ClientConfig, and openvpn::UDPTransport::ClientConfig.
Definition at line 113 of file transbase.hpp.