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 Metrics Support.
Helidon WebClient Security Support.
Helidon WebClient SPI.
Helidon WebClient Tracing Support.
-
Uses of WebClientServiceRequest in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientServiceRequest.whenSent()
Completes when the request part of this request is done (e.g.Method parameters in io.helidon.webclient.api with type arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionprotected io.helidon.webclient.api.WebClientServiceResponse
ClientRequestBase.invokeServices
(WebClientService.Chain httpCallChain, CompletableFuture<WebClientServiceRequest> whenSent, CompletableFuture<io.helidon.webclient.api.WebClientServiceResponse> whenComplete, ClientUri usedUri) Invoke configured client services. -
Uses of WebClientServiceRequest in io.helidon.webclient.metrics
Methods in io.helidon.webclient.metrics with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.webclient.api.WebClientServiceResponse
WebClientMeter.handle
(WebClientService.Chain chain, WebClientServiceRequest request) io.helidon.webclient.api.WebClientServiceResponse
WebClientMetrics.handle
(WebClientService.Chain chain, WebClientServiceRequest request) -
Uses of WebClientServiceRequest in io.helidon.webclient.security
Methods in io.helidon.webclient.security with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.webclient.api.WebClientServiceResponse
WebClientSecurity.handle
(WebClientService.Chain chain, WebClientServiceRequest request) -
Uses of WebClientServiceRequest in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.webclient.api.WebClientServiceResponse
WebClientService.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.io.helidon.webclient.api.WebClientServiceResponse
WebClientService.Chain.proceed
(WebClientServiceRequest clientRequest) Proceed with invocation of the next service, or the HTTP call. -
Uses of WebClientServiceRequest in io.helidon.webclient.tracing
Methods in io.helidon.webclient.tracing with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.webclient.api.WebClientServiceResponse
WebClientTracing.handle
(WebClientService.Chain chain, WebClientServiceRequest request)