Uses of Class
io.helidon.webclient.http1.Http1ClientConfig.Builder
Packages that use Http1ClientConfig.Builder
-
Uses of Http1ClientConfig.Builder in io.helidon.webclient.http1
Subclasses with type arguments of type Http1ClientConfig.Builder in io.helidon.webclient.http1Classes in io.helidon.webclient.http1 that implement interfaces with type arguments of type Http1ClientConfig.BuilderMethods in io.helidon.webclient.http1 that return Http1ClientConfig.BuilderModifier and TypeMethodDescriptionstatic Http1ClientConfig.BuilderHttp1Client.builder()Create a new builder to construct an HTTP/1.1 client.static Http1ClientConfig.BuilderHttp1ClientConfig.builder()Create a new fluent API builder to customize configuration.static Http1ClientConfig.BuilderHttp1ClientConfig.builder(Http1ClientConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webclient.http1 with type arguments of type Http1ClientConfig.BuilderModifier and TypeMethodDescriptionstatic Http1ClientHttp1Client.create(Consumer<Http1ClientConfig.Builder> consumer) Create a new HTTP/1.1 client customizing configuration.