Ice 3.6 Slice API Reference
|
The Ice router interface. More...
Defined in <Ice/Router.ice>
interface Router { ... }
Operations | |
idempotent ObjectProxySeq | addProxies (ObjectProxySeq proxies) |
Add new proxy information to the router's routing table. More... | |
idempotent Object * | getClientProxy () |
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router. More... | |
idempotent Object * | getServerProxy () |
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router. More... | |
The Ice router interface.
Routers can be set either globally with Communicator#setDefaultRouter, or with ice_router
on specific proxies.
idempotent ObjectProxySeq addProxies | ( | ObjectProxySeq | proxies | ) |
Add new proxy information to the router's routing table.
proxies | The proxies to add. |
idempotent Object* getClientProxy | ( | ) |
Get 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.
idempotent Object* getServerProxy | ( | ) |
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.