|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 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.servlet 中 ServletOutputStream 的使用 |
|---|
| 返回 ServletOutputStream 的 javax.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.runtime 中 ServletOutputStream 的使用 |
|---|
| 返回 ServletOutputStream 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
ServletOutputStream |
ServletResponseWrapperInclude.getOutputStream()
|
| org.eclipse.jetty.http.gzip 中 ServletOutputStream 的使用 |
|---|
| org.eclipse.jetty.http.gzip 中 ServletOutputStream 的子类 | |
|---|---|
class |
AbstractCompressedStream
Skeletal implementation of a CompressedStream. |
| 返回 ServletOutputStream 的 org.eclipse.jetty.http.gzip 中的方法 | |
|---|---|
ServletOutputStream |
CompressedResponseWrapper.getOutputStream()
|
| org.eclipse.jetty.server 中 ServletOutputStream 的使用 |
|---|
| org.eclipse.jetty.server 中 ServletOutputStream 的子类 | |
|---|---|
class |
AbstractHttpConnection.Output
|
class |
HttpOutput
Output. |
| 返回 ServletOutputStream 的 org.eclipse.jetty.server 中的方法 | |
|---|---|
ServletOutputStream |
Response.getOutputStream()
|
ServletOutputStream |
AbstractHttpConnection.getOutputStream()
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||