rabbit.filter
Interface HTMLFilterFactory
- All Known Implementing Classes:
- AdFilter, BackgroundFilter, BlinkFilter, BodyFilter, HTMLFilter, LowresImageFilter, SimpleTagFilter
public interface HTMLFilterFactory
A factory that creates HTMLFilters.
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.