| Interface | Description |
|---|---|
| ReaderListener |
Interface that allows for implementing classes to listen for string reading
events.
|
| WriterListener |
Interface that allows for implementing classes to listen for string writing
events.
|
| Class | Description |
|---|---|
| ArrayBlockingQueueWithShutdown<E> |
Like ArrayBlockingQueue but with additional
ArrayBlockingQueueWithShutdown.shutdown() and ArrayBlockingQueueWithShutdown.start() methods. |
| Async | |
| ByteUtils | |
| Cache<K,V> |
A specialized Map that is size-limited (using an LRU algorithm) and
has an optional expiration time for cache items.
|
| DNSUtil |
Utility class to perform DNS lookups for XMPP services.
|
| FileUtils | |
| LazyStringBuilder | |
| ObservableReader |
An ObservableReader is a wrapper on a Reader that notifies to its listeners when
reading character streams.
|
| ObservableWriter |
An ObservableWriter is a wrapper on a Writer that notifies to its listeners when
writing to character streams.
|
| PacketParserUtils |
Utility class that helps to parse packets.
|
| PacketParserUtils.UnparsedResultIQ |
This class represents and unparsed IQ of the type 'result'.
|
| ParserUtils | |
| StringUtils |
A collection of utility methods for String objects.
|
| TLSUtils | |
| TLSUtils.AcceptAllTrustManager |
A
X509TrustManager that doesn't validate X.509 certificates. |
| XmlStringBuilder |