Uses of Interface
io.helidon.webclient.api.WebClientConfig
Packages that use WebClientConfig
-
Uses of WebClientConfig in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type WebClientConfigModifier and TypeClassDescriptionstatic classWebClientConfig.BuilderBase<BUILDER extends WebClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientConfig> Fluent API builder base forWebClient.Classes in io.helidon.webclient.api that implement WebClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.api that return WebClientConfigModifier and TypeMethodDescriptionWebClientConfig.Builder.buildPrototype()static WebClientConfigWebClientConfig.create()Create a new instance with default values.static WebClientConfigCreate a new instance from configuration.Methods in io.helidon.webclient.api with parameters of type WebClientConfigModifier and TypeMethodDescriptionstatic WebClientConfig.BuilderWebClientConfig.builder(WebClientConfig instance) Create a new fluent API builder from an existing instance.static WebClientWebClient.create(WebClientConfig config) Create a new webclient with customized configuration.WebClientConfig.BuilderBase.from(WebClientConfig prototype) Update this builder from an existing prototype instance.