| Package | Description |
|---|---|
| com.sun.enterprise.web.pwc.connector.coyote | |
| org.apache.catalina | |
| org.apache.catalina.connector | |
| org.apache.catalina.core | |
| org.apache.catalina.fileupload | |
| org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
| org.glassfish.web.valve |
| Modifier and Type | Class and Description |
|---|---|
class |
PwcCoyoteRequest
Customized version of the Tomcat 5 CoyoteRequest
This is required for supporting Web Programmatic Login and setting the
request encoding (charset).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Valve.event(Request request,
Response response,
CometEvent event)
Process a Comet event.
|
void |
Valve.invoke(Request request,
Response response)
Perform request processing as required by this Valve.
|
| Modifier and Type | Field and Description |
|---|---|
protected Request |
Response.request
The request with which this response is associated.
|
protected Request |
RequestFacade.request
The wrapped request.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestFacade.getUnwrappedCoyoteRequest()
Return the original
CoyoteRequest object. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CoyoteAdapter.postParseRequest(org.glassfish.grizzly.http.server.Request req,
Request request,
org.glassfish.grizzly.http.server.Response res,
Response response,
boolean v3Enabled)
Parse additional request parameters.
|
void |
WebConnectionImpl.setRequest(Request req) |
void |
InputBuffer.setRequest(Request request) |
| Constructor and Description |
|---|
RequestFacade(Request request)
Construct a wrapper for the specified request.
|
RequestFacade(Request request,
boolean maskDefaultContextMapping)
Construct a wrapper for the specified request.
|
| Constructor and Description |
|---|
RequestFacadeHelper(Request request) |
| Constructor and Description |
|---|
Multipart(Request request,
String location,
long maxFileSize,
long maxRequestSize,
int fileSizeThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValveBase.event(Request request,
Response response,
CometEvent event)
Process a Comet event.
|
void |
ValveBase.invoke(Request request,
Response response)
Tomcat-style invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TomcatValveAdapter.event(Request request,
Response response,
CometEvent event) |
void |
TomcatValveAdapter.invoke(Request request,
Response response)
Delegates to the invoke() and postInvoke() methods of the wrapped
GlassFish-style valve.
|
void |
ServletContainerInterceptor.postInvoke(Request req,
Response res)
User can remove some useful informations after
invoking the Servlet application
|
void |
ServletContainerInterceptor.preInvoke(Request req,
Response res)
User can set some useful informations before
invoking the Servlet application
|
Copyright © 2019. All rights reserved.