Uses of Interface
io.helidon.webclient.spi.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
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.HttpClientConfigImpl.services()
HttpClientConfig.BuilderBase.services()
WebClient services.Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.addService
(WebClientService service) WebClient services.Modifier 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
Modifier and TypeClassDescriptionclass
Client metric meter for all requests.class
Container object for all metrics created by the config.Modifier and TypeMethodDescriptionDeprecated. -
Uses of WebClientService in io.helidon.webclient.security
Modifier and TypeClassDescriptionclass
Client service for security propagation.Modifier and TypeMethodDescriptionDeprecated. -
Uses of WebClientService in io.helidon.webclient.tracing
Modifier 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.