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. 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. MessageListener An interface whereby a client maybe notified of message on a channel. 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. AnnotationListener Channels A collection of Channels associated with this Ably Realtime instance. -
Class Summary Class Description Channel 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. ChannelBase Enables messages to be published and subscribed to. 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 RealtimeAnnotations RealtimeAnnotation provides subscription capabilities for annotations received on a channel. AblyRealtime A client that extends the functionality of the AblyRest and provides additional realtime-specific features. Connection Enables the management of a connection to Ably. -
Enum Summary Enum Description ChannelState Describes the possible states of a Channel object. ConnectionEvent Describes the events emitted by a Connection object. ChannelEvent Describes the events emitted by a Channel object. ConnectionState Describes the realtime Connection object states.