Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getServerProxy()

std::optional< Ice::ObjectPrx > Ice::RouterPrx::getServerProxy ( const Ice::Context & context = Ice::noExplicitContext) const

Gets the router's server proxy, i.e.

the proxy to use for forwarding requests from the server to the router. The Ice runtime uses the endpoints of this proxy as the published endpoints of bi-dir object adapters.

Parameters
contextThe request context.
Returns
The router's server proxy.