Uses of Class
spark.Response
Packages that use Response
-
Uses of Response in spark
Modifier and TypeMethodDescriptionstatic ResponseRequestResponseFactory.create(javax.servlet.http.HttpServletResponse response) Modifier and TypeMethodDescriptionstatic ObjectGets the custom error page for a given status code.voidInvoked when an exception that is mapped to this handler occurs during routingabstract voidInvoked when an exception that is mapped to this handler occurs during routingvoidInvoked when a request is made on this filter's corresponding path e.g.abstract voidInvoked when a request is made on this filter's corresponding path e.g.Invoked when a request is made on this route's corresponding path e.g.abstract ObjectInvoked when a request is made on this route's corresponding path e.g.Invoked when a request is made on this route's corresponding path e.g. -
Uses of Response in spark.http.matching
Subclasses of Response in spark.http.matchingFields in spark.http.matching declared as ResponseModifier and TypeFieldDescriptionprivate ResponseResponseWrapper.delegateprivate ResponseRouteContext.responseMethods in spark.http.matching that return ResponseModifier and TypeMethodDescription(package private) ResponseResponseWrapper.getDelegate()RouteContext.response()Methods in spark.http.matching with parameters of type ResponseModifier and TypeMethodDescriptionvoidResponseWrapper.setDelegate(Response delegate) RouteContext.withResponse(Response response)