Uses of Class
com.soklet.core.RequestResult
Packages that use RequestResult
-
Uses of RequestResult in com.soklet.core
Methods in com.soklet.core that return RequestResultModifier and TypeMethodDescriptionRequestResult.Builder.build()RequestResult.Copier.finish()Simulator.performRequest(Request request) Given a request, process it and return response data (both logicalResponse, if present, and theMarshaledResponsebytes to be sent over the wire) as well as the matching Resource Method, if available.Method parameters in com.soklet.core with type arguments of type RequestResultModifier and TypeMethodDescriptionvoidServer.RequestHandler.handleRequest(Request request, Consumer<RequestResult> requestResultConsumer) Callback to be invoked by aServerimplementation after it has received an HTTP request but prior to writing an HTTP response.voidServerSentEventServer.RequestHandler.handleRequest(Request request, Consumer<RequestResult> requestResultConsumer) Callback to be invoked by aServerSentEventServerimplementation after it has received a Server-Sent Event Source HTTP request but prior to writing initial data to the HTTP response.