Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The Ice router interface. Routers can be set either globally with Communicator::setDefaultRouter, or with ice_router on specific proxies.
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
Add new proxy information to the router's routing table. Deprecated.
Add new proxy information to the router's routing table.
Object* getClientProxy(); |
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
The router's client proxy.
Object* getServerProxy(); |
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
The router's server proxy.
[ "deprecate:addProxy() has been deprecated, use addProxies() instead." ] void addProxy(Object* proxy); |
Add new proxy information to the router's routing table.
![]() | This operation is deprecated, and only used for old Ice clients (older than version 3.1). |
![]() | Deprecated |
---|---|
addProxy() has been deprecated, use addProxies() instead. |
The proxy to add.
ObjectProxySeq addProxies(ObjectProxySeq proxies); |
Add new proxy information to the router's routing table.
The proxies to add.
Proxies discarded by the router.
<<< Previous | Home | Next >>> |
Ice::RequestFailedException | Up | Ice::SecurityException |