| Package | Description |
|---|---|
| com.caucho.filters | |
| com.caucho.jsp | |
| com.caucho.server.fastcgi | |
| com.caucho.server.hmux | |
| com.caucho.server.http | |
| com.caucho.server.webapp |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterWrapperResponseStream |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractResponseStream |
CauchoResponseWrapper._stream |
| Modifier and Type | Method and Description |
|---|---|
AbstractResponseStream |
CauchoResponseWrapper.getResponseStream()
Gets the response stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CauchoResponseWrapper.setResponseStream(AbstractResponseStream stream)
Sets the ResponseStream
|
| Modifier and Type | Class and Description |
|---|---|
class |
BodyResponseStream |
| Modifier and Type | Class and Description |
|---|---|
class |
FastCgiResponseStream |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractResponseStream |
FastCgiResponse.createResponseStream() |
| Modifier and Type | Class and Description |
|---|---|
class |
HmuxResponseStream |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractResponseStream |
HmuxResponse.createResponseStream() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpResponseStream |
class |
ResponseStream |
class |
StreamWrapperResponseStream |
class |
StubResponseStream
API for handling the PrintWriter/ServletOutputStream
|
class |
ToByteResponseStream
Handles the dual char/byte buffering for the response stream.
|
class |
ToCharResponseStream |
class |
WrapperResponseStream |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractResponseStream |
AbstractHttpResponse.createResponseStream() |
protected AbstractResponseStream |
StubServletResponse.createResponseStream() |
protected AbstractResponseStream |
HttpResponse.createResponseStream() |
protected AbstractResponseStream |
ToCharResponseAdapter.createWrapperResponseStream() |
protected AbstractResponseStream |
ResponseAdapter.createWrapperResponseStream() |
protected AbstractResponseStream |
AbstractHttpResponse.getResponseStream()
Gets the response stream.
|
AbstractResponseStream |
CauchoDispatchResponse.getResponseStream() |
AbstractResponseStream |
StubServletResponse.getResponseStream() |
AbstractResponseStream |
CauchoResponse.getResponseStream() |
AbstractResponseStream |
CauchoResponseWrapper.getResponseStream() |
AbstractResponseStream |
HttpServletResponseImpl.getResponseStream() |
AbstractResponseStream |
ResponseAdapter.getResponseStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseWriter.init(AbstractResponseStream out) |
void |
CauchoDispatchResponse.setResponseStream(AbstractResponseStream os) |
void |
StubServletResponse.setResponseStream(AbstractResponseStream stream) |
void |
CauchoResponse.setResponseStream(AbstractResponseStream os) |
void |
CauchoResponseWrapper.setResponseStream(AbstractResponseStream os) |
void |
HttpServletResponseImpl.setResponseStream(AbstractResponseStream responseStream) |
void |
ResponseAdapter.setResponseStream(AbstractResponseStream responseStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
IncludeResponseStream2 |
| Modifier and Type | Method and Description |
|---|---|
AbstractResponseStream |
IncludeResponse.getOriginalStream()
Gets the response stream.
|
AbstractResponseStream |
IncludeResponse.getResponseStream()
Gets the response stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncludeResponse.setResponseStream(AbstractResponseStream responseStream)
Sets the ResponseStream
|