18 #ifndef INCLUDE_RCF_HTTPSENDPOINT_HPP 19 #define INCLUDE_RCF_HTTPSENDPOINT_HPP 21 #include <RCF/Export.hpp> 22 #include <RCF/TcpEndpoint.hpp> 43 HttpsEndpoint(
const std::string & ip,
int port,
const std::string & urlPath);
48 std::string asString()
const;
50 ServerTransportUniquePtr createServerTransport()
const;
54 std::string getUrlPath()
const;
62 #endif // INCLUDE_RCF_HTTPSENDPOINT_HPP Represents a HTTPS endpoint.
Definition: HttpsEndpoint.hpp:30
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:34
Definition: AmiIoHandler.hpp:23