| 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)
use fromJsonElement(JsonObject json) instead
|
| io.ably.lib.realtime.Connection.on(ConnectionState, ConnectionStateListener) |
| io.ably.lib.realtime.Connection.once(ConnectionState, ConnectionStateListener) |
| io.ably.lib.rest.Auth.renew()
Because the method returns early before renew() completes and does not provide a completion
handler for callers.
Please use
Auth.renewAuth(io.ably.lib.rest.Auth.RenewAuthResult) instead |