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);
37 #endif // INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP Definition: AmiIoHandler.hpp:24
TransportType
Describes the transport types used by a RCF connection.
Definition: Enums.hpp:34