Interface | Description |
---|---|
ConcurrentSet<E> |
A ConcurrentSet
|
HornetQUtilBundle | |
HornetQUtilLogger | |
SensitiveDataCodec<T> |
A SensitiveDataCodec
This interface is used for implementing a value decoder.
|
Class | Description |
---|---|
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. |
ByteUtil | |
ClassloadingUtil |
This class will be used to perform generic class-loader operations,
such as load a class first using TCCL, and then the classLoader used by HornetQ (ClassloadingUtil.getClass().getClassLoader()).
|
ConcurrentHashSet<E> |
A ConcurrentHashSet.
|
DataConstants |
A DataConstants
|
DefaultSensitiveStringCodec |
A DefaultSensitiveDataCodec
The default implementation of SensitiveDataCodec.
|
HornetQThreadFactory |
A HornetQThreadFactory
|
PasswordMaskingUtil |
A PasswordMarkingUtil
|
ReusableLatch |
This class will use the framework provided to by AbstractQueuedSynchronizer.
|
TypedProperties |
Property Value Conversion.
|
UTF8Util |
A UTF8Util
This class will write UTFs directly to the ByteOutput (through the MessageBuffer interface)
|
UUID |
UUID represents Universally Unique Identifiers (aka Global UID in Windows
world).
|
UUIDGenerator | |
UUIDTimer |
UUIDTimer produces the time stamps required for time-based UUIDs.
|
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.