Uses of Class
spark.http.matching.Body
Packages that use Body
-
Uses of Body in spark.http.matching
Fields in spark.http.matching declared as BodyMethods in spark.http.matching that return BodyMethods in spark.http.matching with parameters of type BodyModifier and TypeMethodDescription(package private) static voidGeneralError.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.static voidHalt.modify(javax.servlet.http.HttpServletResponse httpResponse, Body body, HaltException halt) Modifies the HTTP response and body based on the provided HaltException.