Uses of Class
spark.http.matching.RequestWrapper
Packages that use RequestWrapper
-
Uses of RequestWrapper in spark.http.matching
Fields in spark.http.matching declared as RequestWrapperMethods in spark.http.matching that return RequestWrapperModifier and TypeMethodDescription(package private) static RequestWrapper
RequestWrapper.create()
RouteContext.requestWrapper()
Methods in spark.http.matching with parameters of type RequestWrapperModifier and TypeMethodDescription(package private) static void
GeneralError.modify
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, Body body, RequestWrapper requestWrapper, ResponseWrapper responseWrapper, ExceptionMapper exceptionMapper, Exception e) Modifies the HTTP response and body based on the provided exception.RouteContext.withRequestWrapper
(RequestWrapper requestWrapper)