| Interface | Description |
|---|---|
| EventManger.Callback<E extends java.lang.Exception> | |
| ReaderListener |
Interface that allows for implementing classes to listen for string reading
events.
|
| StringTransformer | |
| TypedCloneable<T> |
An extended version of
Cloneable, which defines a generic TypedCloneable.clone()
method. |
| 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 | |
| BoundedThreadPoolExecutor | |
| ByteUtils | |
| DNSUtil |
Utility class to perform DNS lookups for XMPP services.
|
| EventManger<K,R,E extends java.lang.Exception> |
The event manager class is used to perform actions and wait for an event, which is usually caused by the action (or maybe never occurs).
|
| FileUtils | |
| LazyStringBuilder | |
| MAC | |
| MD5 | |
| MultiMap<K,V> |
A lightweight implementation of a MultiMap, that is a Map that is able to hold multiple values for every key.
|
| NumberUtil | |
| Objects | |
| 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.
|
| PacketUtil | |
| ParserUtils | |
| SHA1 | |
| SmackExecutorThreadFactory |
SmackExecutorThreadFactory creates daemon threads with a particular name.
|
| StringUtils |
A collection of utility methods for String objects.
|
| SystemUtil | |
| TLSUtils | |
| TLSUtils.AcceptAllTrustManager |
A
X509TrustManager that doesn't validate X.509 certificates. |
| XmlStringBuilder |