Uses of Class
com.soklet.Response
Packages that use Response
-
Uses of Response in com.soklet
Methods in com.soklet that return ResponseMethods in com.soklet that return types with arguments of type ResponseModifier and TypeMethodDescriptionRequestResult.getResponse()
The logical response, determined by the return value of the Resource Method (if available).Methods in com.soklet with parameters of type ResponseModifier and TypeMethodDescriptionResponseMarshaler.forHappyPath
(Request request, Response response, ResourceMethod resourceMethod) Prepares a "happy path" response - the request was matched to a Resource Method and executed non-exceptionally.ResponseMarshaler.Builder.HappyPathHandler.handle
(Request request, Response response, ResourceMethod method)