19 #ifndef INCLUDE_RCF_PROXYENDPOINT_HPP 20 #define INCLUDE_RCF_PROXYENDPOINT_HPP 23 #include <RCF/Export.hpp> 56 virtual std::unique_ptr<ServerTransport> createServerTransport()
const;
57 virtual std::unique_ptr<ClientTransport> createClientTransport()
const;
59 virtual std::string asString()
const;
61 virtual std::string getProxyEndpointName()
const;
67 std::string mProxyEndpointName;
73 #endif // ! INCLUDE_RCF_PROXYENDPOINT_HPP std::shared_ptr< Endpoint > EndpointPtr
Reference counted wrapper for RCF::Endpoint.
Definition: RcfFwd.hpp:118
Provides RCF server-side functionality.
Definition: RcfServer.hpp:54
Base class for all network endpoint types.
Definition: Endpoint.hpp:41
Definition: AmiIoHandler.hpp:24
Represents a proxy endpoint.
Definition: ProxyEndpoint.hpp:46