📄 htmlfilterfactory.java
字号:
package rabbit.filter;import rabbit.http.HttpHeader;import rabbit.proxy.Connection;/** A factory that creates HTMLFilters. * * @author <a href="mailto:robo@khelekore.org">Robert Olofsson</a> */public interface HtmlFilterFactory { /** Get a new HtmlFilter for the given request, response pair. * @param con the Connection handling the request. * @param request the actual request made. * @param response the actual response being sent. */ public HtmlFilter newFilter (Connection con, HttpHeader request, HttpHeader response);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -