Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice::Router Interface Reference

Represents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients. More...

defined in <Ice/Router.ice>

interface Router { ... }

Inheritance diagram for Ice::Router:

Operations

idempotent ObjectProxySeq addProxies (ObjectProxySeq proxies)
 Adds new proxy information to the router's routing table.
idempotent Object * getClientProxy (out optional(1) bool hasRoutingTable)
 Gets the router's client proxy, i.e.
idempotent Object * getServerProxy ()
 Gets the router's server proxy, i.e.

Detailed Description

Represents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients.

Definition at line 18 of file Router.ice.


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