| Package | Description |
|---|---|
| com.sun.enterprise.web.connector.coyote | |
| org.apache.catalina | |
| org.apache.catalina.connector | |
| 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 |
PECoyoteResponse
Customized version of the Tomcat 5 CoyoteResponse
|
| 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 Response |
ResponseFacade.response
The wrapped response.
|
| 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 |
OutputBuffer.setCoyoteResponse(Response coyoteResponse) |
void |
WebConnectionImpl.setResponse(Response res) |
void |
SessionTracker.setResponse(Response response)
Associates the given response with this SessionTracker.
|
| Constructor and Description |
|---|
ResponseFacade(Response response)
Construct a wrapper for the specified response.
|
| 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.