Uses of Class
io.helidon.webclient.api.WebClientConfig.Builder
Packages that use WebClientConfig.Builder
Package
Description
Open ID Connect (OIDC) classes usable from all OIDC related components.
Helidon WebClient APIs shared by all types of clients.
-
Uses of WebClientConfig.Builder in io.helidon.security.providers.oidc.common
Method parameters in io.helidon.security.providers.oidc.common with type arguments of type WebClientConfig.BuilderModifier and TypeMethodDescriptionOidcConfig.Builder.webclient(Consumer<WebClientConfig.Builder> builderConsumer) WebClient configuration consumer. -
Uses of WebClientConfig.Builder in io.helidon.webclient.api
Subclasses with type arguments of type WebClientConfig.Builder in io.helidon.webclient.apiClasses in io.helidon.webclient.api that implement interfaces with type arguments of type WebClientConfig.BuilderMethods in io.helidon.webclient.api that return WebClientConfig.BuilderModifier and TypeMethodDescriptionstatic WebClientConfig.BuilderWebClient.builder()Create a new builder of the HTTP protocol, that can be used with any supported version.static WebClientConfig.BuilderWebClientConfig.builder()Create a new fluent API builder to customize configuration.static WebClientConfig.BuilderWebClientConfig.builder(WebClientConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webclient.api with type arguments of type WebClientConfig.BuilderModifier and TypeMethodDescriptionstatic WebClientWebClient.create(Consumer<WebClientConfig.Builder> consumer) Create a new webclient, customizing its configuration.