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);
33 TransportType getTransportType();
34 EndpointPtr getEndpointPtr()
const;
36 std::auto_ptr<ClientTransport> clone()
const;
42 #endif // INCLUDE_RCF_HTTPCLIENTTRANSPORT_HPP