Package | Description |
---|---|
com.caucho.filters | |
com.caucho.server.http | |
com.caucho.server.httpcache | |
com.caucho.server.webapp | |
javax.servlet |
Modifier and Type | Method and Description |
---|---|
ServletOutputStream |
CauchoResponseWrapper.getOutputStream()
Returns the servlet output stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletOutputStreamImpl
Implementation of the ServletOutputStream.
|
Modifier and Type | Method and Description |
---|---|
ServletOutputStream |
ResponseWrapper.getOutputStream()
Returns an output stream for writing to the client.
|
ServletOutputStream |
CauchoDispatchResponse.getOutputStream() |
ServletOutputStream |
StubServletResponse.getOutputStream() |
ServletOutputStream |
CauchoResponseWrapper.getOutputStream() |
ServletOutputStream |
HttpServletResponseImpl.getOutputStream()
Returns an output stream for writing to the client.
|
ServletOutputStream |
ResponseAdapter.getOutputStream() |
Modifier and Type | Method and Description |
---|---|
ServletOutputStream |
ProxyCacheResponse.getOutputStream() |
Modifier and Type | Method and Description |
---|---|
ServletOutputStream |
IncludeResponse.getOutputStream()
Returns the ServletOutputStream for the response.
|
Modifier and Type | Method and Description |
---|---|
ServletOutputStream |
ServletResponse.getOutputStream()
Returns an output stream for writing to the client.
|
ServletOutputStream |
ServletResponseWrapper.getOutputStream()
Returns an output stream for writing to the client.
|