Uses of Class
spark.http.matching.Body
-
Packages that use Body Package Description spark.http.matching -
-
Uses of Body in spark.http.matching
Fields in spark.http.matching declared as Body Modifier and Type Field Description private Body
RouteContext. body
Methods in spark.http.matching that return Body Modifier and Type Method Description Body
RouteContext. body()
static Body
Body. create()
Methods in spark.http.matching with parameters of type Body 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.static void
Halt. modify(javax.servlet.http.HttpServletResponse httpResponse, Body body, HaltException halt)
Modifies the HTTP response and body based on the provided HaltException.RouteContext
RouteContext. withBody(Body body)
-