18 #ifndef INCLUDE_RCF_HTTPENDPOINT_HPP 19 #define INCLUDE_RCF_HTTPENDPOINT_HPP 21 #include <RCF/Export.hpp> 22 #include <RCF/TcpEndpoint.hpp> 42 HttpEndpoint(
const std::string & ip,
int port,
const std::string & urlPath);
47 std::string asString()
const;
49 ServerTransportUniquePtr createServerTransport()
const;
53 std::string getUrlPath()
const;
61 #endif // INCLUDE_RCF_HTTPENDPOINT_HPP 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
Represents a HTTP endpoint.
Definition: HttpEndpoint.hpp:30
Definition: AmiIoHandler.hpp:23