Uses of Class
org.apache.catalina.connector.Response
-
Packages that use Response 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 -
-
Uses of Response in com.sun.enterprise.web.connector.coyote
Subclasses of Response in com.sun.enterprise.web.connector.coyote Modifier and Type Class Description classPECoyoteResponseCustomized version of the Tomcat 5 CoyoteResponse -
Uses of Response in org.apache.catalina
Methods in org.apache.catalina with parameters of type Response Modifier and Type Method Description voidValve. event(Request request, Response response, CometEvent event)Process a Comet event.voidValve. invoke(Request request, Response response)Perform request processing as required by this Valve. -
Uses of Response in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as Response Modifier and Type Field Description protected ResponseResponseFacade. responseThe wrapped response.Methods in org.apache.catalina.connector with parameters of type Response Modifier and Type Method Description static booleanCoyoteAdapter. normalize(org.glassfish.grizzly.http.util.DataChunk uriDC, Response response)Normalize URI.protected booleanCoyoteAdapter. 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.voidOutputBuffer. setCoyoteResponse(Response coyoteResponse)voidSessionTracker. setResponse(Response response)Associates the given response with this SessionTracker.voidWebConnectionImpl. setResponse(Response res)Constructors in org.apache.catalina.connector with parameters of type Response Constructor Description ResponseFacade(Response response)Construct a wrapper for the specified response. -
Uses of Response in org.apache.catalina.valves
Methods in org.apache.catalina.valves with parameters of type Response Modifier and Type Method Description voidValveBase. event(Request request, Response response, CometEvent event)Process a Comet event.voidValveBase. invoke(Request request, Response response)Tomcat-style invocation. -
Uses of Response in org.glassfish.web.valve
Methods in org.glassfish.web.valve with parameters of type Response Modifier and Type Method Description voidTomcatValveAdapter. event(Request request, Response response, CometEvent event)voidTomcatValveAdapter. invoke(Request request, Response response)Delegates to the invoke() and postInvoke() methods of the wrapped GlassFish-style valve.voidServletContainerInterceptor. postInvoke(Request req, Response res)User can remove some useful informations after invoking the Servlet applicationvoidServletContainerInterceptor. preInvoke(Request req, Response res)User can set some useful informations before invoking the Servlet application
-