Uses of Interface
io.helidon.webclient.spi.WebClientService.Chain
Packages that use WebClientService.Chain
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient SPI.
-
Uses of WebClientService.Chain in io.helidon.webclient.api
Methods in io.helidon.webclient.api with parameters of type WebClientService.ChainModifier and TypeMethodDescriptionprotected WebClientServiceResponseClientRequestBase.invokeServices(WebClientService.Chain httpCallChain, CompletableFuture<WebClientServiceRequest> whenSent, CompletableFuture<WebClientServiceResponse> whenComplete, ClientUri usedUri) Invoke configured client services. -
Uses of WebClientService.Chain in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type WebClientService.ChainModifier and TypeMethodDescriptionWebClientService.handle(WebClientService.Chain chain, WebClientServiceRequest clientRequest) Invoke a service, callproceed(io.helidon.webclient.api.WebClientServiceRequest)to call the next service in the chain.