jigsawhttpservletresponse.java

来自「很棒的web服务器源代码」· Java 代码 · 共 65 行

JAVA
65
字号
// JigsawHttpServletReponse.java// $Id: JigsawHttpServletResponse.java,v 1.53 2003/02/04 16:21:43 ylafon Exp $// (c) COPYRIGHT MIT and INRIA, 1996.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.servlet;import java.io.ByteArrayOutputStream;import java.io.DataOutputStream;import java.io.IOException;import java.io.OutputStream;import java.io.OutputStreamWriter;import java.io.PipedOutputStream;import java.io.PrintWriter;import java.io.UnsupportedEncodingException;import javax.servlet.ServletOutputStream;import javax.servlet.http.Cookie;import javax.servlet.http.HttpServletResponse;import javax.servlet.http.HttpSession;import java.net.MalformedURLException;import java.net.URL;import java.util.Locale;import org.w3c.www.mime.MimeType;import org.w3c.www.mime.MimeTypeFormatException;import org.w3c.www.mime.Utils;import org.w3c.www.http.BasicValue;import org.w3c.www.http.HttpAcceptCharsetList;import org.w3c.www.http.HttpAcceptEncodingList;import org.w3c.www.http.HttpAcceptLanguageList;import org.w3c.www.http.HttpAcceptList;import org.w3c.www.http.HttpCookie;import org.w3c.www.http.HttpCookieList;import org.w3c.www.http.HttpEntityMessage;import org.w3c.www.http.HttpEntityTagList;import org.w3c.www.http.HttpExt;import org.w3c.www.http.HttpExtList;import org.w3c.www.http.HttpFactory;import org.w3c.www.http.HttpMessage;import org.w3c.www.http.HttpParamList;import org.w3c.www.http.HttpRangeList;import org.w3c.www.http.HttpReplyMessage;import org.w3c.www.http.HttpRequestMessage;import org.w3c.www.http.HttpSetCookie;import org.w3c.www.http.HttpSetCookieList;import org.w3c.www.http.HttpString;import org.w3c.www.http.HttpTokenList;import org.w3c.www.http.HttpWarningList;import org.w3c.jigsaw.html.HtmlGenerator;import org.w3c.jigsaw.http.Reply;import org.w3c.jigsaw.http.Request;import org.w3c.www.http.HeaderValue;/** * @author Alexandre Rafalovitch <alex@access.com.au> * @author Anselm Baird-Smith <abaird@w3.org> * @author Beno顃 Mah

⌨️ 快捷键说明

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