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