Interface | Description |
---|---|
Cache |
An interface for caching HTML/XML document content associated with urls.
|
FilterCallback | Deprecated |
Handler<T> |
Interface for creating a content handler for handling content of a specific content-type (as opposed to having the parser handle the content).
|
Class | Description |
---|---|
FileSystemCache |
A local filesystem cache for HTML/XHTML/XML files retrieved from a url.
|
Filter | Deprecated |
HandlerForBinary |
A class for handling content as binary (eg, image data).
|
HandlerForText |
A class for handling content as text (eg.
|
IOUtil |
Utility class for I/O operations.
|
MultiMap<K,V> |
A Map-like container that associates each key with one or more values.
|
ProxyAuthenticator |
Represents the system-level credentials necessary for performing proxy authentication.
|
Exception | Description |
---|---|
CacheException |
Represents a caching-related error.
|