18 #ifndef INCLUDE_RCF_PROXYENDPOINT_HPP 19 #define INCLUDE_RCF_PROXYENDPOINT_HPP 22 #include <RCF/Export.hpp> 55 virtual std::unique_ptr<ServerTransport> createServerTransport()
const;
56 virtual std::unique_ptr<ClientTransport> createClientTransport()
const;
58 virtual std::string asString()
const;
60 virtual std::string getProxyEndpointName()
const;
66 std::string mProxyEndpointName;
72 #endif // ! INCLUDE_RCF_PROXYENDPOINT_HPP std::shared_ptr< Endpoint > EndpointPtr
Reference counted wrapper for RCF::Endpoint.
Definition: RcfFwd.hpp:117
Provides RCF server-side functionality.
Definition: RcfServer.hpp:53
Base class for all network endpoint types.
Definition: Endpoint.hpp:40
Definition: AmiIoHandler.hpp:23
Represents a proxy endpoint.
Definition: ProxyEndpoint.hpp:45