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 BodyRouteContext. bodyMethods in spark.http.matching that return Body Modifier and Type Method Description BodyRouteContext. body()static BodyBody. create()Methods in spark.http.matching with parameters of type Body Modifier and Type Method Description (package private) static voidGeneralError. 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 voidHalt. modify(javax.servlet.http.HttpServletResponse httpResponse, Body body, HaltException halt)Modifies the HTTP response and body based on the provided HaltException.RouteContextRouteContext. withBody(Body body)
-