Uses of Interface
io.helidon.webclient.api.WebClientConfig
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Testing JUnit5 Support.
-
Uses of WebClientConfig in io.helidon.webclient.api
Modifier and TypeClassDescriptionstatic class
WebClientConfig.BuilderBase<BUILDER extends WebClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientConfig> Fluent API builder base forWebClient
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionWebClientConfig.Builder.buildPrototype()
static WebClientConfig
WebClientConfig.create()
Create a new instance with default values.static WebClientConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic WebClientConfig.Builder
WebClientConfig.builder
(WebClientConfig instance) Create a new fluent API builder from an existing instance.static WebClient
WebClient.create
(WebClientConfig config) Create a new webclient with customized configuration.WebClientConfig.BuilderBase.from
(WebClientConfig prototype) Update this builder from an existing prototype instance. -
Uses of WebClientConfig in io.helidon.webserver.testing.junit5