Package io.ably.lib.realtime
See: Description
-
Interface Summary Interface Description MessageListener An interface whereby a client maybe notified of messages changes on a channel. AnnotationListener CompletionListener An interface allowing a client to be notified of the outcome of an asynchronous operation. ConnectionStateListener An interface whereby a client may be notified of state changes for a connection. MessageListener An interface whereby a client maybe notified of message on a channel. Channels A collection of Channels associated with this Ably Realtime instance. ChannelStateListener An interface whereby a client may be notified of state changes for a channel. PresenceListener An interface allowing a listener to be notified of arrival of a presence message. -
Class Summary Class Description Channel RealtimeAnnotations RealtimeAnnotation provides subscription capabilities for annotations received on a channel. Multicaster A Multicaster instance is used in the Ably library to manage a listof client listeners against certain operations. ToCallback FromCallback ConnectionStateChange Contains ConnectionState change information emitted by the Connection object. Multicaster Filter ChannelBase Enables messages to be published and subscribed to. AblyRealtime A client that extends the functionality of the AblyRest and provides additional realtime-specific features. ChannelStateChange Contains state change information emitted by Channel objects. Multicaster Filter Presence Enables the presence set to be entered and subscribed to, and the historic presence set to be retrieved for a channel. Connection Enables the management of a connection to Ably. -
Enum Summary Enum Description ChannelEvent Describes the events emitted by a Channel object. ChannelState Describes the possible states of a Channel object. ConnectionEvent Describes the events emitted by a Connection object. ConnectionState Describes the realtime Connection object states.