19 #ifndef INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP
20 #define INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP
22 #include <RCF/TcpServerTransport.hpp>
28 class RCF_EXPORT HttpServerTransport :
public TcpServerTransport
31 HttpServerTransport(
const HttpEndpoint & httpEndpoint);
32 TransportType getTransportType();
37 #endif // INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP