Package | Description |
---|---|
com.caucho.filters | |
com.caucho.jsp | |
com.caucho.server.http | |
com.caucho.server.httpcache | |
com.caucho.server.webapp |
Modifier and Type | Class and Description |
---|---|
class |
CauchoResponseWrapper
Response wrapper that can take advantage of Resin's streams.
|
Modifier and Type | Method and Description |
---|---|
CauchoResponse |
PageContextImpl.getCauchoResponse()
Returns the servlet response for the page.
|
CauchoResponse |
PageContextWrapper.getCauchoResponse()
Returns the servlet response for the page.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCauchoResponse |
class |
CauchoDispatchResponse |
class |
HttpServletResponseImpl
User facade for http responses.
|
class |
ResponseAdapter |
class |
StubServletResponse |
class |
ToCharResponseAdapter |
Modifier and Type | Method and Description |
---|---|
CauchoResponse |
CauchoDispatchResponse.getCauchoResponse() |
CauchoResponse |
ResponseStream.getCauchoResponse() |
CauchoResponse |
CauchoResponseWrapper.getCauchoResponse() |
CauchoResponse |
ResponseAdapter.getCauchoResponse() |
abstract CauchoResponse |
AbstractCauchoRequest.getResponse() |
CauchoResponse |
CauchoRequestWrapper.getResponse() |
CauchoResponse |
CauchoDispatchRequest.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResponseStream.setCauchoResponse(CauchoResponse res) |
void |
ResponseStream.setProxyCacheResponse(CauchoResponse response) |
void |
RequestAdapter.setResponse(CauchoResponse response) |
void |
CauchoRequestWrapper.setResponse(CauchoResponse response) |
void |
CauchoDispatchRequest.setResponse(CauchoResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyCacheResponse |
Modifier and Type | Method and Description |
---|---|
ProxyCacheEntry |
ProxyCacheFilterChain.fillEntry(CauchoRequest req,
CauchoResponse res,
java.util.ArrayList<java.lang.String> keys,
java.util.ArrayList<java.lang.String> values,
java.lang.String contentType,
java.lang.String charEncoding,
long contentLength) |
boolean |
ProxyCacheFilterChain.fillFromCache(CauchoRequest req,
CauchoResponse response,
AbstractCacheEntry abstractEntry)
fillFromCache is called when the client needs the entire result, and
the result is already in the cache.
|
abstract boolean |
AbstractCacheFilterChain.fillFromCache(CauchoRequest req,
CauchoResponse response,
AbstractCacheEntry abstractEntry)
fillFromCache is called when the client needs the entire result, and
the result is already in the cache.
|
void |
ProxyCacheFilterChain.finishCaching(CauchoResponse res)
Update the headers when the caching has finished.
|
abstract void |
AbstractCacheFilterChain.finishCaching(CauchoResponse res)
Update the headers when the caching has finished.
|
void |
ProxyCacheFilterChain.killCaching(CauchoResponse res)
Update the headers when the caching has finished.
|
abstract void |
AbstractCacheFilterChain.killCaching(CauchoResponse res)
Cleanup the cache entry on a failed cache attempt.
|
AbstractCacheEntry |
ProxyCacheFilterChain.startCaching(CauchoRequest req,
CauchoResponse res,
java.util.ArrayList<java.lang.String> keys,
java.util.ArrayList<java.lang.String> values,
java.lang.String contentType,
java.lang.String charEncoding,
long contentLength)
Starts the caching after the headers have been sent.
|
abstract AbstractCacheEntry |
AbstractCacheFilterChain.startCaching(CauchoRequest req,
CauchoResponse res,
java.util.ArrayList<java.lang.String> keys,
java.util.ArrayList<java.lang.String> values,
java.lang.String contentType,
java.lang.String charEncoding,
long contentLength)
Starts the caching after the headers have been sent.
|
Modifier and Type | Class and Description |
---|---|
class |
DispatchResponse |
class |
IncludeResponse
Internal response for an include() or forward()
|
class |
JspResponse |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPageManager.sendError(CauchoRequest request,
CauchoResponse response,
int code,
java.lang.String message)
Sends an HTTP error to the browser.
|
void |
ErrorPageManager.sendErrorImpl(CauchoRequest request,
CauchoResponse response,
int code,
java.lang.String message)
Sends an HTTP error to the browser.
|
Constructor and Description |
---|
JspResponse(CauchoResponse response) |