Uses of Class
com.soklet.core.Response
Packages that use Response
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of Response in com.soklet.core
Methods in com.soklet.core that return ResponseMethods in com.soklet.core 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.core 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. -
Uses of Response in com.soklet.core.impl
Methods in com.soklet.core.impl with parameters of type ResponseModifier and TypeMethodDescriptionDefaultResponseMarshaler.forHappyPath(Request request, Response response, ResourceMethod resourceMethod)