19 #ifndef INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP 20 #define INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP 22 #include <RCF/TcpClientTransport.hpp> 28 class RCF_EXPORT HttpsClientTransport :
public TcpClientTransport
31 HttpsClientTransport(
const HttpsEndpoint & httpsEndpoint);
35 std::string mServerUrlPath;
40 #endif // ! INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP Definition: AmiIoHandler.hpp:24
TransportType
Describes the transport types used by a RCF connection.
Definition: Enums.hpp:34