| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| AgentHeaderCreator | |
| Base64Coder |
A Base64 encoder/decoder.
|
| CollectionUtils | |
| Crypto |
Contains the properties required to configure the encryption of
Message payloads. |
| 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 a
ConcurrentHashMap. |
| 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 | |
| ReconnectionStrategy | |
| Serialisation | |
| Serialisation.HttpBodyHandler<T> | |
| Serialisation.HttpResponseHandler<T> | |
| StringUtils |