Package io.ably.lib.rest
See: Description
-
Class Summary Class Description Channel AblyRest A client that offers a simple stateless API to interact directly with Ably's REST API. Push Contains the details of the push registration of a device. DeviceDetails Contains the properties of a device registered for push notifications. AuthOptions Passes authentication-specific properties in authentication requests to Ably.Properties set using AuthOptions are used instead of the default values set when the client libraryis instantiated, as opposed to being merged with them. TokenDetails Contains an Ably Token and its associated metadata. TokenParams Defines the properties of an Ably Token. TokenRequest Contains the properties of a request for a token to Ably. Auth Token-generation and authentication operations for the Ably API. RestAnnotations The RestAnnotation class provides methods to manage and interact with annotations associated with messages in a specific channel. AblyBase A client that offers a simple stateless API to interact directly with Ably's REST API. Presence Enables the retrieval of the current and historic presence set for a channel. ChannelBase A class representing a Channel in the Ably REST API. MessageEditsMixin -
Enum Summary Enum Description State AuthMethod Authentication methods -
Interface Summary Interface Description AuthUpdateResult An interface providing update result for onAuthUpdated RenewAuthResult An interface providing completion callbackk for renewAuth TokenCallback An interface implemented by a callback that provides either tokens,or signed token requests, in response to a request with given token params. Channels A collection of Channels associated with an Ably instance.