| Interface | Description |
|---|---|
| Crypto.ChannelCipher |
Interface for a ChannelCipher instance that may be associated with a Channel.
|
| Log.LogHandler | |
| Serialisation.FromJsonElement<T> |
| Class | Description |
|---|---|
| Base64Coder |
A Base64 encoder/decoder.
|
| Crypto |
Utility classes and interfaces for message payload encryption.
|
| Crypto.CipherParams |
A class encapsulating the client-specifiable parameters for
the cipher.
|
| CurrentThreadExecutor | |
| EventEmitter<Event,Listener> |
An interface exposing the ability to register listeners for a class of events
|
| InternalMap<K,V> | |
| JsonUtils | |
| JsonUtils.JsonUtilsObject | |
| Log | |
| Log.DefaultHandler |
Default log handler class that sends output to System.out.
|
| Multicaster<T> | |
| Serialisation | |
| Serialisation.HttpBodyHandler<T> | |
| Serialisation.HttpResponseHandler<T> | |
| StringUtils |