#include <transbase.hpp>
Definition at line 70 of file transbase.hpp.
◆ ~TransportClientParent()
virtual openvpn::TransportClientParent::~TransportClientParent |
( |
| ) |
|
|
virtualdefault |
◆ 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 |
◆ transport_connecting()
virtual void openvpn::TransportClientParent::transport_connecting |
( |
| ) |
|
|
pure virtual |
◆ transport_error()
virtual void openvpn::TransportClientParent::transport_error |
( |
const Error::Type |
fatal_err, |
|
|
const std::string & |
err_text |
|
) |
| |
|
pure virtual |
◆ transport_is_openvpn_protocol()
virtual bool openvpn::TransportClientParent::transport_is_openvpn_protocol |
( |
| ) |
|
|
pure virtual |
◆ transport_needs_send()
virtual void openvpn::TransportClientParent::transport_needs_send |
( |
| ) |
|
|
pure virtual |
◆ transport_pre_resolve()
virtual void openvpn::TransportClientParent::transport_pre_resolve |
( |
| ) |
|
|
pure virtual |
◆ transport_recv()
virtual void openvpn::TransportClientParent::transport_recv |
( |
BufferAllocated & |
buf | ) |
|
|
pure virtual |
◆ transport_wait()
virtual void openvpn::TransportClientParent::transport_wait |
( |
| ) |
|
|
pure virtual |
◆ transport_wait_proxy()
virtual void openvpn::TransportClientParent::transport_wait_proxy |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: