19 #ifndef INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP 20 #define INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP 22 #include <RCF/TcpClientTransport.hpp> 28 class RCF_EXPORT HttpClientTransport :
public TcpClientTransport
31 HttpClientTransport(
const HttpClientTransport & rhs);
32 HttpClientTransport(
const HttpEndpoint & httpEndpoint);
36 std::unique_ptr<ClientTransport> clone()
const;
40 std::string mServerUrlPath;
46 #endif // INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP std::shared_ptr< Endpoint > EndpointPtr
Reference counted wrapper for RCF::Endpoint.
Definition: RcfFwd.hpp:118
Definition: AmiIoHandler.hpp:24
TransportType
Describes the transport types used by a RCF connection.
Definition: Enums.hpp:34