Package io.ably.lib.util
-
Interface Summary Interface Description Crypto.ChannelCipher Deprecated. Since version 1.2.11, this interface (which was only ever intended for internal use within this library) has been replaced byCrypto.ChannelCipherSet.Crypto.ChannelCipherSet Internal; a matching encipher and decipher pair, where both are guaranteed to have been configured with the sameCrypto.CipherParamsas each other.Crypto.DecryptingChannelCipher Internal; a cipher used to decrypt plaintext from ciphertext, for a channel.Crypto.EncryptingChannelCipher Internal; a cipher used to encrypt plaintext to ciphertext, for a channel.Log.LogHandler PlatformAgentProvider Serialisation.FromJsonElement<T> -
Class Summary Class Description AgentHeaderCreator Base64Coder A Base64 encoder/decoder.CollectionUtils Crypto Contains the properties required to configure the encryption ofMessagepayloads.Crypto.CipherParams CurrentThreadExecutor EventEmitter<Event,Listener> A generic interface for event registration and delivery used in a number of the types in the Realtime client library.InternalMap<K,V> A map implemented using aConcurrentHashMap.JavaPlatformAgentProvider JsonUtils JsonUtils.JsonUtilsObject Log Log.DefaultHandler Default log handler class that sends output to System.out.Multicaster<T> Collection of members who are listeners, with methods that are safe to be called from any thread.ParamsUtils Serialisation Serialisation.HttpBodyHandler<T> Serialisation.HttpResponseHandler<T> StringUtils TimerUtil