| Interface and Description |
|---|
| io.ably.lib.util.Crypto.ChannelCipher
Since version 1.2.11, this interface (which was only ever intended for internal use within this
library) has been replaced by
Crypto.ChannelCipherSet. It will be removed in the future. |
| Field and Description |
|---|
| io.ably.lib.types.ClientOptions.fallbackHostsUseDefault |
| Method and Description |
|---|
| io.ably.lib.rest.Auth.authorise(Auth.TokenParams, Auth.AuthOptions) |
| io.ably.lib.realtime.Connection.emit(ConnectionState, ConnectionStateListener.ConnectionStateChange) |
| io.ably.lib.types.ChannelOptions.fromCipherKey(byte[]) |
| io.ably.lib.types.ChannelOptions.fromCipherKey(String) |
| io.ably.lib.rest.Auth.TokenDetails.fromJSON(JsonObject) |
| io.ably.lib.rest.Auth.TokenRequest.fromJSON(JsonObject) |
| io.ably.lib.types.ChannelOptions.getCipher()
Since version 1.2.11, this method (which was only ever intended for internal use within this library
has been replaced by
ChannelOptions.getCipherSet(). It will be removed in the future. |
| io.ably.lib.realtime.Connection.on(ConnectionState, ConnectionStateListener) |
| io.ably.lib.realtime.Connection.once(ConnectionState, ConnectionStateListener) |