Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Operations | List of all members
Ice::Router Interface Reference

The Ice router interface. More...

Defined in <Ice/Router.ice>

interface Router { ... }

Inheritance diagram for Ice::Router:
Inheritance graph
[legend]

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...
 

Detailed Description

The Ice router interface.

Routers can be set either globally with Communicator#setDefaultRouter, or with ice_router on specific proxies.

Operation Documentation

◆ addProxies()

idempotent ObjectProxySeq addProxies ( ObjectProxySeq  proxies)

Add new proxy information to the router's routing table.

Parameters
proxiesThe proxies to add.
Returns
Proxies discarded by the router.

◆ getClientProxy()

["nonmutating","cpp:const"]
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.

Returns
The router's client proxy.

◆ getServerProxy()

["nonmutating","cpp:const"]
idempotent Object* getServerProxy ( )

Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.

Returns
The router's server proxy.

The documentation for this interface was generated from the following file: