Package io.ably.lib.realtime
package io.ably.lib.realtime
-
ClassDescriptionA client that extends the functionality of the
AblyRest
and provides additional realtime-specific features.A collection of Channels associated with this Ably Realtime instance.Enables messages to be published and subscribed to.An interface whereby a client maybe notified of message on a channel.Describes the events emitted by aChannel
object.Describes the possible states of aChannel
object.An interface whereby a client may be notified of state changes for a channel.Contains state change information emitted byChannel
objects.An interface allowing a client to be notified of the outcome of an asynchronous operation.A Multicaster instance is used in the Ably library to manage a list of client listeners against certain operations.Enables the management of a connection to Ably.Describes the events emitted by aConnection
object.Describes the realtimeConnection
object states.An interface whereby a client may be notified of state changes for a connection.ContainsConnectionState
change information emitted by theConnection
object.Enables the presence set to be entered and subscribed to, and the historic presence set to be retrieved for a channel.An interface allowing a listener to be notified of arrival of a presence message.