19 #ifndef INCLUDE_RCF_HTTPENDPOINT_HPP 20 #define INCLUDE_RCF_HTTPENDPOINT_HPP 22 #include <RCF/Export.hpp> 23 #include <RCF/TcpEndpoint.hpp> 45 std::string asString()
const;
47 ServerTransportUniquePtr createServerTransport()
const;
54 #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:35
Represents a HTTP endpoint.
Definition: HttpEndpoint.hpp:31
Definition: AmiIoHandler.hpp:24