⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aclfilter.java

📁 很棒的web服务器源代码
💻 JAVA
字号:
// AclFilter.java// $Id: AclFilter.java,v 1.10 2001/08/31 13:48:13 ylafon Exp $// (c) COPYRIGHT MIT, INRIA and Keio, 1999.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.acl;import java.security.Principal;import java.security.acl.Permission;import java.security.acl.Acl;import org.w3c.jigsaw.html.HtmlGenerator;import org.w3c.jigsaw.http.HTTPException;import org.w3c.jigsaw.http.Reply;import org.w3c.jigsaw.http.Request;import org.w3c.tools.resources.Attribute;import org.w3c.tools.resources.AttributeRegistry;import org.w3c.tools.resources.BooleanAttribute;import org.w3c.tools.resources.IntegerAttribute;import org.w3c.tools.resources.LookupResult;import org.w3c.tools.resources.LookupState;import org.w3c.tools.resources.ProtocolException;import org.w3c.tools.resources.ResourceFrame;import org.w3c.tools.resources.ResourceFilter;import org.w3c.tools.resources.RequestInterface;import org.w3c.tools.resources.ReplyInterface;import org.w3c.tools.resources.StringAttribute;import org.w3c.www.http.HTTP;import org.w3c.www.http.HttpChallenge;/** * @version $Revision: 1.10 $ * @author  Beno顃 Mah

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -