类 javax.servlet.ServletOutputStream
的使用

使用 ServletOutputStream 的软件包
javax.servlet The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.apache.jasper.runtime   
org.eclipse.jetty.http.gzip   
org.eclipse.jetty.server   
 

javax.servletServletOutputStream 的使用
 

返回 ServletOutputStreamjavax.servlet 中的方法
 ServletOutputStream ServletResponseWrapper.getOutputStream()
          The default behavior of this method is to return getOutputStream() on the wrapped response object.
 ServletOutputStream ServletResponse.getOutputStream()
          Returns a ServletOutputStream suitable for writing binary data in the response.
 

org.apache.jasper.runtimeServletOutputStream 的使用
 

返回 ServletOutputStreamorg.apache.jasper.runtime 中的方法
 ServletOutputStream ServletResponseWrapperInclude.getOutputStream()
           
 

org.eclipse.jetty.http.gzipServletOutputStream 的使用
 

org.eclipse.jetty.http.gzipServletOutputStream 的子类
 class AbstractCompressedStream
          Skeletal implementation of a CompressedStream.
 

返回 ServletOutputStreamorg.eclipse.jetty.http.gzip 中的方法
 ServletOutputStream CompressedResponseWrapper.getOutputStream()
           
 

org.eclipse.jetty.serverServletOutputStream 的使用
 

org.eclipse.jetty.serverServletOutputStream 的子类
 class AbstractHttpConnection.Output
           
 class HttpOutput
          Output.
 

返回 ServletOutputStreamorg.eclipse.jetty.server 中的方法
 ServletOutputStream Response.getOutputStream()
           
 ServletOutputStream AbstractHttpConnection.getOutputStream()
           
 



Copyright © 2013. All Rights Reserved.