Uses of Interface
io.helidon.webclient.spi.WebClientService
Packages that use WebClientService
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient Metrics Support.
Helidon WebClient Security Support.
Helidon WebClient Tracing Support.
-
Uses of WebClientService in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return types with arguments of type WebClientServiceModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.HttpClientConfigImpl.services()
HttpClientConfig.BuilderBase.services()
WebClient services.Methods in io.helidon.webclient.api with parameters of type WebClientServiceModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.addService
(WebClientService service) WebClient services.Method parameters in io.helidon.webclient.api with type arguments of type WebClientServiceModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.addServices
(List<? extends WebClientService> services) WebClient services.HttpClientConfig.BuilderBase.services
(List<? extends WebClientService> services) WebClient services. -
Uses of WebClientService in io.helidon.webclient.metrics
Classes in io.helidon.webclient.metrics that implement WebClientServiceModifier and TypeClassDescriptionclass
Client metric meter for all requests.class
Container object for all metrics created by the config.Methods in io.helidon.webclient.metrics that return WebClientServiceModifier and TypeMethodDescriptionDeprecated. -
Uses of WebClientService in io.helidon.webclient.security
Classes in io.helidon.webclient.security that implement WebClientServiceModifier and TypeClassDescriptionclass
Client service for security propagation.Methods in io.helidon.webclient.security that return WebClientServiceModifier and TypeMethodDescriptionDeprecated. -
Uses of WebClientService in io.helidon.webclient.tracing
Classes in io.helidon.webclient.tracing that implement WebClientServiceMethods in io.helidon.webclient.tracing that return WebClientServiceModifier and TypeMethodDescriptionstatic WebClientService
WebClientTracing.create()
Creates new instance of client tracing service.static WebClientService
Creates a new client tracing service for a specific tracer.Deprecated.