Router class abstract

The Ice router interface. Routers can be set either globally with {@link Communicator#setDefaultRouter}, or with ice_router on specific proxies.

Constructors

Router()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addProxies(ObjectProxySeq proxies) ObjectProxySeq
Add new proxy information to the router's routing table.
getClientProxy(bool hasRoutingTable) Object
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
getServerProxy() Object
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited