Package io.ably.lib.util
See: Description
-
Class Summary Class Description AndroidPlatformAgentProvider IntentUtils ClientOptionsUtils CurrentThreadExecutor DefaultHandler Default log handler class that sends output to System.out.This is public as a convenience to allow simple subclassesto output to other PrintStrems. Log HttpResponseHandler HttpBodyHandler Serialisation Base64Coder A Base64 encoder/decoder. ParamsUtils JsonUtilsObject JsonUtils EventEmitter A generic interface for event registration and delivery used in a number of the types in the Realtime client library. InternalMap A map implemented using a ConcurrentHashMap. CollectionUtils StringUtils CipherParams Sets the properties to configure encryption for a io.ably.lib.rest.Channel or io.ably.lib.realtime.Channel object. Crypto Contains the properties required to configure the encryption of io.ably.lib.types.Message payloads. ReconnectionStrategy Multicaster Collection of members who are listeners, with methods that are safe to be called from any thread. AgentHeaderCreator -
Interface Summary Interface Description LogHandler FromJsonElement PlatformAgentProvider EncryptingChannelCipher Internal; a cipher used to encrypt plaintext to ciphertext, for a channel. DecryptingChannelCipher Internal; a cipher used to decrypt plaintext from ciphertext, for a channel.