Class Summary |
Base64 |
Base64 encoder/decoder. |
BasicAuthUtil |
A utility class that provides methods for checking and
requiring basic authentication in servlets. |
BlockingQueue |
A thread-blocking queue. |
ByteDisplay |
A binary data printer. |
DatabaseUtil |
Database-related utility class. |
ExpiringSoftReferenceCache |
A cache that uses soft references and will also expire
cache values after a given period of time. |
MIMEAttachment |
This class is used in conjunction with the MIMEMessage class
to make a multipart MIME message. |
MIMEMessage |
A MIME encoded message. |
Mutex |
A mutex. |
OpTimer |
A benchmarking utility class. |
OpTimerUtil |
A utility class for parsing log files with timer traces. |
ProtoProperties |
A Properties object that allows in-line file imports. |
ProtoStringTokenizer |
A string tokenizer. |
SoftReferenceCache |
A cache that uses soft references. |
StringUtil |
Utility methods for manipulating strings. |
WorkQueue |
A work queue. |