| Interface | Description |
|---|---|
| UseProxy |
This interface is used by the
ProxyHandler class to
decide whether to issue an HTTP request directly to the
specified host, or to issue the request via an HTTP proxy. |
| Class | Description |
|---|---|
| CookieFilter |
The
CookieFilter keeps a
record of all the browser cookies associated with a given session. |
| HistoryFilter |
The
HistoryFilter is both a Handler and a
Filter that keeps a record of all pages visited by a
given session. |
| JunkBusterHandler |
Remove junk images from web pages.
|
| ProxyHandler |
Handler for implementing a web proxy.
|
| SunProxy |
Sun Specific implementation of a SocketFactory and
proxy-decider that work together to decipher
the specifics of the Sun Internet setup.
|