sunlabs.brazil.proxy |
|
Java Source File Name | Type | Comment |
CookieFilter.java | Class | The CookieFilter keeps a
record of all the browser cookies associated with a given session.
This can be
used to make the user's cookies "mobile" as follows. |
HistoryFilter.java | Class | The HistoryFilter is both a Handler and a
Filter that keeps a record of all pages visited by a
given session. |
JunkBusterHandler.java | Class | Remove junk images from web pages.
This approach is to take all requests for images that look like ads and
instead return a dummy bitmap.
Other approaches to removing ads are to filter the HTML returned and
(1) remove the ads altogether or (2) change the href in the ads to point
to a different bitmap. |
ProxyHandler.java | Class | Handler for implementing a web proxy.
By default, this is a dumb proxy. |
UseProxy.java | Interface | 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. |