Uses of Interface
io.helidon.webclient.spi.WebClientService.Chain
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient Metrics Support.
Helidon WebClient Security Support.
Helidon WebClient SPI.
Helidon WebClient Tracing Support.
-
Uses of WebClientService.Chain in io.helidon.webclient.api
Modifier and TypeMethodDescriptionprotected WebClientServiceResponse
ClientRequestBase.invokeServices
(WebClientService.Chain httpCallChain, CompletableFuture<WebClientServiceRequest> whenSent, CompletableFuture<WebClientServiceResponse> whenComplete, ClientUri usedUri) Invoke configured client services. -
Uses of WebClientService.Chain in io.helidon.webclient.metrics
Modifier and TypeMethodDescriptionWebClientMeter.handle
(WebClientService.Chain chain, WebClientServiceRequest request) WebClientMetrics.handle
(WebClientService.Chain chain, WebClientServiceRequest request) -
Uses of WebClientService.Chain in io.helidon.webclient.security
Modifier and TypeMethodDescriptionWebClientSecurity.handle
(WebClientService.Chain chain, WebClientServiceRequest request) -
Uses of WebClientService.Chain in io.helidon.webclient.spi
Modifier 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. -
Uses of WebClientService.Chain in io.helidon.webclient.tracing
Modifier and TypeMethodDescriptionWebClientTracing.handle
(WebClientService.Chain chain, WebClientServiceRequest request)