| Interface | Description |
|---|---|
| Base64CipherTool | |
| BufferedDebugLogMXBean | |
| CipherTool | |
| GenericPoolFactory | |
| ListOperationsUtil.CommandRunner<T> | |
| ListOperationsUtil.ConditionChecker<T> | |
| TLinkable<T extends TLinkable> |
Interface for Objects which can be inserted into a TLinkedList.
|
| Class | Description |
|---|---|
| AbstractCipherTool |
A build block for derived tools which can provide encryption functions based
on a shared encrypted key.
|
| ApplicationCipherTool |
Represent the application side
|
| Arrays | |
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base85 |
Ascii85 also know as Base85
|
| BitTwiddleUtil | |
| BufferedDebugLog | |
| ByteArray |
byte[] implementation with offset and length parameters.
|
| ByteBuffer |
Reusable growable array of bytes.
|
| CipherUtil |
Provides a simple wrapper that holds an encrypting and a
decrypting cipher for the given key and internal chosen algorithm.
|
| CircularArrayList | |
| CmdLineCipherTool |
Represents the command line side
|
| CommonUtils | |
| CPUUsage | |
| DateParser |
Date parser for ISO 8601 format
http://www.w3.org/TR/1998/NOTE-datetime-19980827
|
| DefaultBean | |
| DefaultGenericPoolFactory<T> | |
| DestinationUtil | |
| GenericPool<T> | |
| GenericPool.PoolEntry<T> | |
| JMXClient | |
| ListOperationsUtil | |
| ListTypeUtil |
List type conversion, because you can't just re-cast
List<A> to List<B> even
if A extends B. |
| NetworkByteOrderNumberUtil |
Convert numbers to/from unsigned integers in network byte order.
|
| Pair<T,U> | |
| PassphraseCipherTool | |
| Reflection | |
| SolByteBuffer | |
| StringUtil | |
| ThreadUtil |
Debugging utility class for printing current thread's stack trace.
|
| TLinkedList<T extends TLinkable<T>> |
A LinkedList implementation which holds instances of type TLinkable.
|
| TLVParameter | |
| TMAServiceSubscription | |
| TMASubscription | |
| Topic | |
| TopicSubscription | |
| TransactionMessage | |
| UTF8Util |
| Enum | Description |
|---|---|
| Base85.Version | |
| DestinationType |
| Exception | Description |
|---|---|
| BaseException | |
| InvalidAuthorizationGroupStateException | |
| InvalidStateException |
Copyright 2004-2019 Solace Corporation. All rights reserved.