Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ getClientProxy()

["cpp:const"]
idempotent Object * getClientProxy ( out optional(1) bool hasRoutingTable)

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

the proxy to use for forwarding requests from the client to the router. If a null proxy is returned, the client will forward requests to the router's endpoints.

Parameters
hasRoutingTableIndicates whether or not the router supports a routing table. If true, the Ice runtime will call addProxies to populate the routing table. The Ice runtime assumes the router has a routing table when hasRoutingTable is not set.
Returns
The router's client proxy.
Remarks
Introduced in Ice 3.7.