Uses of Interface
io.helidon.webclient.spi.WebClientService
Packages that use WebClientService
-
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.HttpClientConfig.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.