Uses of Class
org.apache.catalina.connector.Request
-
Packages that use Request 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 -
-
Uses of Request in com.sun.enterprise.web.pwc.connector.coyote
Subclasses of Request in com.sun.enterprise.web.pwc.connector.coyote Modifier and Type Class Description classPwcCoyoteRequestCustomized version of the Tomcat 5 CoyoteRequest This is required for supporting Web Programmatic Login and setting the request encoding (charset). -
Uses of Request in org.apache.catalina
Methods in org.apache.catalina with parameters of type Request 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 Request in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as Request Modifier and Type Field Description protected RequestRequestFacade. requestThe wrapped request.protected RequestResponse. requestThe request with which this response is associated.Methods in org.apache.catalina.connector that return Request Modifier and Type Method Description RequestRequestFacade. getUnwrappedCoyoteRequest()Return the originalCoyoteRequestobject.Methods in org.apache.catalina.connector with parameters of type Request Modifier and Type Method Description 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.voidInputBuffer. setRequest(Request request)voidWebConnectionImpl. setRequest(Request req)Constructors in org.apache.catalina.connector with parameters of type Request Constructor Description RequestFacade(Request request)Construct a wrapper for the specified request.RequestFacade(Request request, boolean maskDefaultContextMapping)Construct a wrapper for the specified request. -
Uses of Request in org.apache.catalina.core
Constructors in org.apache.catalina.core with parameters of type Request Constructor Description RequestFacadeHelper(Request request) -
Uses of Request in org.apache.catalina.fileupload
Constructors in org.apache.catalina.fileupload with parameters of type Request Constructor Description Multipart(Request request, String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold) -
Uses of Request in org.apache.catalina.valves
Methods in org.apache.catalina.valves with parameters of type Request 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 Request in org.glassfish.web.valve
Methods in org.glassfish.web.valve with parameters of type Request 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
-