See: Description
| Interface | Description |
|---|---|
| Consumer<T> | Deprecated
Use
Consumer instead. |
| Class | Description |
|---|---|
| ChangeNotifyingArrayList<E> |
Implementation of ArrayList that watches out for changes to the contents.
|
| CookieUtil |
Helper functions to support the Cookie Manager / Cookie Storage in HttpConnection.
|
| DataUtil |
Internal static utilities for handling data.
|
| DataUtil.BomCharset | |
| HttpConnection |
Implementation of
Connection. |
| HttpConnection.Base<T extends Connection.Base<T>> | |
| HttpConnection.KeyVal | |
| HttpConnection.Request | |
| HttpConnection.Response | |
| UrlBuilder |
A utility class to normalize input URLs.
|
| Validate |
Validators to check that method arguments meet expectations.
|
| 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.
|
| Exception | Description |
|---|---|
| ValidationException |
Validation exceptions, as thrown by the methods in
Validate. |