18 #ifndef INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP 19 #define INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP 21 #include <RCF/TcpClientTransport.hpp> 27 class RCF_EXPORT HttpClientTransport :
public TcpClientTransport
30 HttpClientTransport(
const HttpClientTransport & rhs);
31 HttpClientTransport(
const HttpEndpoint & httpEndpoint);
35 std::unique_ptr<ClientTransport> clone()
const;
39 std::string mServerUrlPath;
45 #endif // INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP std::shared_ptr< Endpoint > EndpointPtr
Reference counted wrapper for RCF::Endpoint.
Definition: RcfFwd.hpp:117
Definition: AmiIoHandler.hpp:23
TransportType
Describes the transport types used by a RCF connection.
Definition: Enums.hpp:33