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

◆ getServerProxy()

virtual std::optional< Ice::ObjectPrx > Ice::Router::getServerProxy ( const Ice::Current & current) const
nodiscardpure virtual

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
currentThe Current object of the incoming request.
Returns
The router's server proxy.