| Interface | Description |
|---|---|
| ReaderListener |
Interface that allows for implementing classes to listen for string reading
events.
|
| StringEncoder | |
| WriterListener |
Interface that allows for implementing classes to listen for string writing
events.
|
| Class | Description |
|---|---|
| Base32Encoder |
Base32 string encoding is useful for when filenames case-insensitive
filesystems are encoded.
|
| 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. |
| Base64Encoder |
A Base 64 encoding implementation.
|
| Base64FileUrlEncoder |
A Base 64 encoding implementation that generates filename and Url safe
encodings.
|
| 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 | |
| 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.
|
| StringUtils |
A collection of utility methods for String objects.
|
| SyncPacketSend |
Utility class for doing synchronous calls to the server.
|
| Enum | Description |
|---|---|
| DateFormatType |
Defines the various date and time profiles used in XMPP along with their
associated formats.
|
Copyright © 2014. All Rights Reserved.