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

◆ getServerProxyAsync()

virtual void Ice::AsyncRouter::getServerProxyAsync ( std::function< void(const std::optional< Ice::ObjectPrx > &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure 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
responseThe response callback. It accepts:
  • The router's server proxy.
exceptionThe exception callback.
currentThe Current object of the incoming request.