FETPAPI 0.3.0.0
This project provides C++ classes which facilitate the developement of ETP1.2 clients and servers.
|
This is the complete list of members for ETP_NS::HttpsClientSession, including all inherited members.
getResponse() const (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
HttpsClientSession(boost::asio::io_context &ioc, ssl::context &ctx) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inlineexplicit |
on_connect(boost::system::error_code ec) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
on_handshake(boost::system::error_code ec) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
on_proxy_handshake_read(boost::system::error_code ec, std::size_t bytes_transferred) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
on_proxy_handshake_write(boost::system::error_code ec, std::size_t bytes_transferred) | ETP_NS::HttpsClientSession | inline |
on_read(boost::system::error_code ec, std::size_t bytes_transferred) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
on_resolve(boost::system::error_code ec, tcp::resolver::results_type results) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
on_shutdown(boost::system::error_code ec) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
on_write(boost::system::error_code ec, std::size_t bytes_transferred) (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |
run(const std::string &etpServerHost, uint16_t etpServerPort, const std::string &etpServerTarget, int version, std::string authorization="", const std::string &proxyHost="", uint16_t proxyPort=80, const std::string &proxyAuthorization="") (defined in ETP_NS::HttpsClientSession) | ETP_NS::HttpsClientSession | inline |