Ice.Object¶
- class Ice.Object¶
Bases:
objectThe base class for servants.
- ice_isA(id: str, current: Current) bool | Awaitable[bool]¶
Tests whether this object supports a specific Slice interface.
- Parameters:
- Returns:
Trueif this object implements the Slice interface specified bytypeIdor implements a derived interface,Falseotherwise.- Return type:
- ice_ping(current: Current) None | Awaitable[None]¶
Tests whether this object can be reached.
- Parameters:
current (Current) – The Current object of the incoming request.
- Return type:
None | Awaitable[None]
- ice_ids(current: Current) Sequence[str] | Awaitable[Sequence[str]]¶
Returns the Slice interfaces supported by this object as a list of Slice type IDs.