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 theMarshaledResponse
bytes 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 TypeMethodDescriptionvoid
Server.RequestHandler.handleRequest
(Request request, Consumer<RequestResult> requestResultConsumer) Callback to be invoked by aServer
implementation after it has received an HTTP request but prior to writing an HTTP response.void
ServerSentEventServer.RequestHandler.handleRequest
(Request request, Consumer<RequestResult> requestResultConsumer) Callback to be invoked by aServerSentEventServer
implementation after it has received a Server-Sent Event Source HTTP request but prior to writing initial data to the HTTP response.