|
OpenVPN 3 Core Library
|
Public Member Functions | |
| SetupClient (const Config::Ptr &config_arg) | |
Public Member Functions inherited from openvpn::DestructorBase | |
| virtual | ~DestructorBase ()=default |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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. | |
Static Public Member Functions | |
| static WS::ClientSet::TransactionSet::Ptr | new_transaction_set (const std::string &host, int debug_level) |
| static void | make_transaction (const std::string &method, const std::string &content, const bool keepalive, WS::ClientSet::TransactionSet::Ptr ts) |
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. | |
Private Member Functions | |
| int | establish (const TunBuilderCapture &pull, TunBuilderSetup::Config *tbs_config, Stop *stop, std::ostream &os) override |
| void | destroy (std::ostream &os) override |
| Json::Value | get_json_result (std::ostream &os, WS::ClientSet::TransactionSet &ts) |
Private Attributes | |
| Config::Ptr | config |
Additional Inherited Members | |
Public Types inherited from openvpn::TunBuilderSetup::Base | |
| typedef RCPtr< Base > | Ptr |
Public Types inherited from openvpn::DestructorBase | |
| typedef RCPtr< DestructorBase > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Definition at line 89 of file cmdagent.hpp.
|
inline |
Definition at line 92 of file cmdagent.hpp.
|
inlineoverrideprivatevirtual |
Implements openvpn::DestructorBase.
Definition at line 216 of file cmdagent.hpp.
|
inlineoverrideprivatevirtual |
Implements openvpn::TunBuilderSetup::Base.
Definition at line 141 of file cmdagent.hpp.
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
private |
Definition at line 283 of file cmdagent.hpp.