18 #ifndef INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP 19 #define INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP 21 #include <RCF/TcpServerTransport.hpp> 27 class RCF_EXPORT HttpServerTransport :
public TcpServerTransport
30 HttpServerTransport(
const HttpEndpoint & httpEndpoint);
36 #endif // INCLUDE_RCF_HTTPSERVERTRANSPORT_HPP Definition: AmiIoHandler.hpp:23
TransportType
Describes the transport types used by a RCF connection.
Definition: Enums.hpp:33