Class Summary |
Base64 |
|
BasicConnectionListener |
the simplest conneection handler ever. |
ChunkedString |
This class allow to process substrings of a bigger string without
allocate additional memory, but using the original buffer. |
ConnectionManager |
Controls HTTP and HTTPS connections requested by the API implementations. |
ConsoleAppender |
Default debugger to be used instea of System.out.println(msg); |
DateUtil |
Utility class for date manipulation. |
FileAppender |
This appender logs messages to a file using JSR75 (FileConnection)
The appender tracks the file size and if it exceeds a given maximum size
(customizable by clients) then the current log file is renamed appending a
.old to the log name and a new one is created. |
GzipStreamReader |
|
HttpTransportAgent |
Represents a HTTP client implementation |
Log |
Generic Log class |
LogContent |
Log Container class. |
MD5 |
This class provides utitlities to compute MD5 for array of bytes. |
MemoryAppender |
|
MultipleAppender |
an appender that contains multiple appenders |
Queue |
A multithreaded queue used for
implementing producer-consumer style threading patterns. |
QuotedPrintable |
A class containing static methods to perform decoding from quoted
printable content transfer encoding and to encode into |
SimpleStreamReader |
|
StackTracePrinter |
|
StreamReaderFactory |
Factory Class: return StreamReader objects |
StringUtil |
Utility class useful when dealing with string objects. |
ThreadPool |
ThreadPool manages threads which are created within the pool. |
ThreadPoolMonitor |
Class monitoring the thread pool to handle any throwable |
XmlUtil |
Utility class that XML manipulation functions. |