19 #ifndef INCLUDE_RCF_HTTPSENDPOINT_HPP 20 #define INCLUDE_RCF_HTTPSENDPOINT_HPP 22 #include <RCF/Export.hpp> 23 #include <RCF/TcpEndpoint.hpp> 46 std::string asString()
const;
48 ServerTransportUniquePtr createServerTransport()
const;
55 #endif // INCLUDE_RCF_HTTPSENDPOINT_HPP Represents a HTTPS endpoint.
Definition: HttpsEndpoint.hpp:31
std::shared_ptr< Endpoint > EndpointPtr
Reference counted wrapper for RCF::Endpoint.
Definition: RcfFwd.hpp:117
std::unique_ptr< ClientTransport > ClientTransportUniquePtr
Unique pointer wrapper for RCF::ClientTransport.
Definition: RcfFwd.hpp:43
Represents a TCP endpoint.
Definition: TcpEndpoint.hpp:35
Definition: AmiIoHandler.hpp:24