rabbit.filter
Interface HtmlFilterFactory

All Known Implementing Classes:
AdFilter, BackgroundFilter, BlinkFilter, BodyFilter, HtmlFilter, LowresImageFilter, SimpleTagFilter

public interface HtmlFilterFactory

A factory that creates HTMLFilters.

Author:
Robert Olofsson

Method Summary
 HtmlFilter newFilter(Connection con, HttpHeader request, HttpHeader response)
          Get a new HtmlFilter for the given request, response pair.
 

Method Detail

newFilter

HtmlFilter newFilter(Connection con,
                     HttpHeader request,
                     HttpHeader response)
Get a new HtmlFilter for the given request, response pair.

Parameters:
con - the Connection handling the request.
request - the actual request made.
response - the actual response being sent.