19 #ifndef INCLUDE_RCF_HTTPSSERVERTRANSPORT_HPP
20 #define INCLUDE_RCF_HTTPSSERVERTRANSPORT_HPP
22 #include <RCF/TcpServerTransport.hpp>
28 class RCF_EXPORT HttpsServerTransport :
public TcpServerTransport
31 HttpsServerTransport(
const HttpsEndpoint & httpsEndpoint);
32 TransportType getTransportType();
37 #endif // ! INCLUDE_RCF_HTTPSSERVERTRANSPORT_HPP