|
OpenVPN 3 Core Library
|
#include <httpcliset.hpp>
Public Member Functions | |
| HTTPStateContainerAutoStop (const bool shutdown) | |
| ~HTTPStateContainerAutoStop () | |
Public Member Functions inherited from openvpn::WS::ClientSet::HTTPStateContainer | |
| void | create_container () |
| void | stop (const bool shutdown) |
| void | reset () |
| void | abort (const std::string &message) |
| bool | alive () const |
| bool | alive (const std::string &host) const |
| std::unique_ptr< openvpn_io::io_context > | acquire_io_context () |
| void | persist_io_context (std::unique_ptr< openvpn_io::io_context > &&io_context) |
Private Attributes | |
| const bool | shutdown_ |
Definition at line 166 of file httpcliset.hpp.
|
inline |
Definition at line 169 of file httpcliset.hpp.
|
inline |
Definition at line 174 of file httpcliset.hpp.
|
private |
Definition at line 180 of file httpcliset.hpp.