Sun and Oracle Community Voices How to Buy Log In United States [Change] English

»  Spotlight Articles
»  Projects
»  Publications
»  People
»  Awards
»  Events
»  Downloads
»  Internships
»  Contrarian Minds
»  About Sun Labs
Brazil project: Package sunlabs.brazil.proxy

Package sunlabs.brazil.proxy

Handlers, filters, and utilities for using the Brazil project fraework as an HTTP proxy.

See:           Description

Interface Summary
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 Summary
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 Generic Handler for implementing a simple web proxy.
SunProxy Sun Specific implementation of a SocketFactory and proxy-decider that work together to decipher the specifics of the Sun Internet setup.
 

Package sunlabs.brazil.proxy Description

Handlers, filters, and utilities for using the Brazil project fraework as an HTTP proxy.

Unlike traditional web proxies, a Brazil project server can operate both as a destination server and as a web proxy. As a proxy, the server has access to all of the session and content rewriting capabilities normally associated with a destination server.

The ProxyHandler uses the HTTP proxy code in the sunlabs.brazil.util.http package to provide a handler interface to the proxy.

The other classes in this package provide examples of customizing the proxy, both in terms of content filtering, and name resolution.


Version 2.2, Generated 07/25/00
Copyright (c) 2000, Sun Microsystems.