19 #ifndef INCLUDE_RCF_HTTPSENDPOINT_HPP 20 #define INCLUDE_RCF_HTTPSENDPOINT_HPP 22 #include <RCF/Export.hpp> 23 #include <RCF/TcpEndpoint.hpp> 44 HttpsEndpoint(
const std::string & ip,
int port,
const std::string & urlPath);
49 std::string asString()
const;
51 ServerTransportUniquePtr createServerTransport()
const;
55 std::string getUrlPath()
const;
63 #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:118
std::unique_ptr< ClientTransport > ClientTransportUniquePtr
Unique pointer wrapper for RCF::ClientTransport.
Definition: RcfFwd.hpp:44
Represents a TCP endpoint.
Definition: TcpEndpoint.hpp:35
Definition: AmiIoHandler.hpp:24