Package | Description |
---|---|
com.caucho.server.http | |
com.caucho.server.httpcache | |
com.caucho.server.rewrite | |
com.caucho.server.webapp |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCauchoRequest |
class |
AsyncRequest |
class |
CauchoDispatchRequest |
class |
CauchoRequestWrapper |
class |
HttpServletRequestImpl
User facade for http requests.
|
class |
RequestAdapter
Any requests that depends on an underlying request, like
include() requests or adapters for other servlet engines.
|
class |
StubServletRequest
Used when there isn't any actual request object, e.g.
|
class |
StubSessionContextRequest
Used when there isn't any actual request object, e.g.
|
Modifier and Type | Method and Description |
---|---|
CauchoRequest |
RequestAdapter.getCauchoRequest() |
protected CauchoRequest |
CauchoDispatchRequest.getCauchoRequest() |
protected CauchoRequest |
CauchoDispatchResponse.getRequest() |
protected CauchoRequest |
CauchoResponseWrapper.getRequest() |
Constructor and Description |
---|
CauchoDispatchResponse(CauchoRequest request) |
CauchoDispatchResponse(CauchoRequest request,
HttpServletResponse response) |
CauchoResponseWrapper(CauchoRequest request) |
CauchoResponseWrapper(CauchoRequest request,
HttpServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyCacheRequest |
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.
|
boolean |
ProxyCacheEntry.isNotModifiedAllowed(CauchoRequest cReq) |
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 |
---|---|
static class |
SetRequestSecureFilterChain.SecureServletRequestWrapper |
Modifier and Type | Class and Description |
---|---|
class |
DispatchRequest |
class |
ErrorRequest |
class |
ForwardNamedRequest |
class |
ForwardRequest |
class |
IncludeRequest |
class |
LoginRequest |
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.
|