Uses of Interface
io.helidon.webclient.api.WebClientServiceRequest
Packages that use WebClientServiceRequest
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient SPI.
-
Uses of WebClientServiceRequest in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return WebClientServiceRequestModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.serviceRequest()WebClientServiceResponse.serviceRequest()The service request used to invoke the final call.Methods in io.helidon.webclient.api that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.serviceRequest()The service request used to invoke the final call.WebClientServiceRequest.whenSent()Completes when the request part of this request is done (e.g.Methods in io.helidon.webclient.api with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.serviceRequest(WebClientServiceRequest serviceRequest) The service request used to invoke the final call.Method parameters in io.helidon.webclient.api with type arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionprotected WebClientServiceResponseClientRequestBase.invokeServices(WebClientService.Chain httpCallChain, CompletableFuture<WebClientServiceRequest> whenSent, CompletableFuture<WebClientServiceResponse> whenComplete, ClientUri usedUri) Invoke configured client services. -
Uses of WebClientServiceRequest in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientService.handle(WebClientService.Chain chain, WebClientServiceRequest clientRequest) Invoke a service, callWebClientService.Chain.proceed(io.helidon.webclient.api.WebClientServiceRequest)to call the next service in the chain.WebClientService.Chain.proceed(WebClientServiceRequest clientRequest) Proceed with invocation of the next service, or the HTTP call.