Package io.ably.lib.realtime
-
Interface Summary Interface Description Channel.MessageListener ChannelBase.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.CompletionListener An interface allowing a client to be notified of the outcome of an asynchronous operation.ConnectionStateListener Presence.PresenceListener An interface allowing a listener to be notified of arrival of presence messages -
Class Summary Class Description AblyRealtime AblyRealtime The top-level class to be instanced for the Ably Realtime library.Channel ChannelBase A class representing a Channel belonging to this application.ChannelStateListener.ChannelStateChange Channel state change.ChannelStateListener.Filter ChannelStateListener.Multicaster CompletionListener.FromCallback CompletionListener.Multicaster A Multicaster instance is used in the Ably library to manage a list of client listeners against certain operations.CompletionListener.ToCallback Connection A class representing the connection associated with an AblyRealtime instance.ConnectionStateListener.ConnectionStateChange ConnectionStateListener.Filter ConnectionStateListener.Multicaster Presence A class that provides access to presence operations and state for the associated Channel. -
Enum Summary Enum Description ChannelEvent Channel eventChannelState Channel states.ConnectionEvent Connection eventConnectionState Connection states.