Dispatches an incoming request and returns the corresponding outgoing response.
The incoming request.
The outgoing response or a promise that is resolved with the outgoing response.
Returns the Slice type ID of the most-derived interface supported by this object.
The Current object for the invocation.
The Slice type ID of the most-derived interface.
Returns the Slice type IDs of the interfaces supported by this object.
The Current object for the invocation.
The Slice type IDs of the interfaces supported by this object, in alphabetical order.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
The Current object for the invocation.
True if this object has the interface specified by typeID or derives from the interface specified by typeID.
Tests whether this object can be reached.
The Current object for the invocation.
Static
ice_Returns the Slice type id of the interface or class associated with this proxy class.
The type id, "::Ice::Object".
The base class for servants.