| Class | Description |
|---|---|
| ChangeNotifyingArrayList<E> |
Implementation of ArrayList that watches out for changes to the contents.
|
| DataUtil |
Internal static utilities for handling data.
|
| DataUtil.BomCharset | |
| HttpConnection |
Implementation of
Connection. |
| HttpConnection.Base<T extends Connection.Base> | |
| HttpConnection.KeyVal | |
| HttpConnection.Request | |
| HttpConnection.Response | |
| StringUtil |
A minimal String utility class.
|
| Validate |
Simple validation methods.
|
| W3CDom |
Helper class to transform a
Document to a org.w3c.dom.Document,
for integration with toolsets that use the W3C DOM. |
| W3CDom.W3CBuilder |
Implements the conversion by walking the input.
|