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

#include <transbase.hpp>

Inheritance diagram for openvpn::TransportClientParent:
[legend]

Public Member Functions

virtual void transport_recv (BufferAllocated &buf)=0
 
virtual void transport_needs_send ()=0
 
virtual void transport_error (const Error::Type fatal_err, const std::string &err_text)=0
 
virtual void proxy_error (const Error::Type fatal_err, const std::string &err_text)=0
 
virtual bool transport_is_openvpn_protocol ()=0
 
virtual void transport_pre_resolve ()=0
 
virtual void transport_wait_proxy ()=0
 
virtual void transport_wait ()=0
 
virtual void transport_connecting ()=0
 
virtual bool is_keepalive_enabled () const =0
 
virtual void disable_keepalive (unsigned int &keepalive_ping, unsigned int &keepalive_timeout)=0
 
virtual ~TransportClientParent ()=default
 

Detailed Description

Definition at line 70 of file transbase.hpp.

Constructor & Destructor Documentation

◆ ~TransportClientParent()

virtual openvpn::TransportClientParent::~TransportClientParent ( )
virtualdefault

Member Function Documentation

◆ disable_keepalive()

virtual void openvpn::TransportClientParent::disable_keepalive ( unsigned int &  keepalive_ping,
unsigned int &  keepalive_timeout 
)
pure virtual

◆ is_keepalive_enabled()

virtual bool openvpn::TransportClientParent::is_keepalive_enabled ( ) const
pure virtual

◆ proxy_error()

virtual void openvpn::TransportClientParent::proxy_error ( const Error::Type  fatal_err,
const std::string &  err_text 
)
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_connecting()

virtual void openvpn::TransportClientParent::transport_connecting ( )
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_error()

virtual void openvpn::TransportClientParent::transport_error ( const Error::Type  fatal_err,
const std::string &  err_text 
)
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_is_openvpn_protocol()

virtual bool openvpn::TransportClientParent::transport_is_openvpn_protocol ( )
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_needs_send()

virtual void openvpn::TransportClientParent::transport_needs_send ( )
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_pre_resolve()

virtual void openvpn::TransportClientParent::transport_pre_resolve ( )
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_recv()

virtual void openvpn::TransportClientParent::transport_recv ( BufferAllocated buf)
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_wait()

virtual void openvpn::TransportClientParent::transport_wait ( )
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

◆ transport_wait_proxy()

virtual void openvpn::TransportClientParent::transport_wait_proxy ( )
pure virtual

Implemented in openvpn::ClientProto::Session, openvpn::TransportRelayFactory::NullParent, and openvpn::WS::Client::HTTPCore.

Here is the caller graph for this function:

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