![]() |
Ice 3.8
Slice API 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 { ... }
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. |
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.