19 #ifndef INCLUDE_RCF_HTTPENDPOINT_HPP 20 #define INCLUDE_RCF_HTTPENDPOINT_HPP 22 #include <RCF/Export.hpp> 23 #include <RCF/TcpEndpoint.hpp> 43 HttpEndpoint(
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_HTTPENDPOINT_HPP 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
Represents a HTTP endpoint.
Definition: HttpEndpoint.hpp:31
Definition: AmiIoHandler.hpp:24