Uses of Interface
io.helidon.webclient.WebClientServiceRequest
Packages that use WebClientServiceRequest
Package
Description
A reactive client for rest calls.
Client metrics service.
Client service propagation service.
This package provides extensibility for the
WebClient
.Client tracing propagation service.
-
Uses of WebClientServiceRequest in io.helidon.webclient
Methods in io.helidon.webclient that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientServiceRequest.whenSent()
Completes when the request part of this request is done (e.g. -
Uses of WebClientServiceRequest in io.helidon.webclient.metrics
Methods in io.helidon.webclient.metrics that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientMeter.request
(WebClientServiceRequest request) WebClientMetrics.request
(WebClientServiceRequest request) Methods in io.helidon.webclient.metrics with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientMeter.request
(WebClientServiceRequest request) WebClientMetrics.request
(WebClientServiceRequest request) -
Uses of WebClientServiceRequest in io.helidon.webclient.security
Methods in io.helidon.webclient.security that return types with arguments of type WebClientServiceRequestMethods in io.helidon.webclient.security with parameters of type WebClientServiceRequest -
Uses of WebClientServiceRequest in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientService.request
(WebClientServiceRequest request) Method which is called before send actual request.Methods in io.helidon.webclient.spi with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionWebClientService.request
(WebClientServiceRequest request) Method which is called before send actual request. -
Uses of WebClientServiceRequest in io.helidon.webclient.tracing
Methods in io.helidon.webclient.tracing that return types with arguments of type WebClientServiceRequestMethods in io.helidon.webclient.tracing with parameters of type WebClientServiceRequest