Uses of Class
com.soklet.Response
Packages that use Response
-
Uses of Response in com.soklet
Methods in com.soklet that return ResponseModifier and TypeMethodDescriptionResponse.Builder.build()Response.Copier.finish()HandshakeResult.Rejected.getResponse()The logical response to send to the client for this handshake rejection.Methods 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.forResourceMethod(Request request, Response response, ResourceMethod resourceMethod) Prepares a response for a request that was matched to a Resource Method and returned normally (i.e., without throwing an exception).ResponseMarshaler.Builder.ResourceMethodHandler.handle(Request request, Response response, ResourceMethod resourceMethod) Prepares a response for the scenario in which the request was matched to a Resource Method and executed non-exceptionally.static HandshakeResult.RejectedHandshakeResult.rejectWithResponse(Response response) Vends an instance that indicates a rejected handshake along with a logical response to send to the client.static MarshaledResponse.BuilderMarshaledResponse.withResponse(Response response) Acquires a builder forMarshaledResponseinstances.