Uses of Class
io.helidon.webclient.http2.Http2ClientConfig.Builder
Packages that use Http2ClientConfig.Builder
-
Uses of Http2ClientConfig.Builder in io.helidon.webclient.http2
Subclasses with type arguments of type Http2ClientConfig.Builder in io.helidon.webclient.http2Classes in io.helidon.webclient.http2 that implement interfaces with type arguments of type Http2ClientConfig.BuilderMethods in io.helidon.webclient.http2 that return Http2ClientConfig.BuilderModifier and TypeMethodDescriptionstatic Http2ClientConfig.BuilderHttp2Client.builder()A new fluent API builder to customize client setup.static Http2ClientConfig.BuilderHttp2ClientConfig.builder()Create a new fluent API builder to customize configuration.static Http2ClientConfig.BuilderHttp2ClientConfig.builder(Http2ClientConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webclient.http2 with type arguments of type Http2ClientConfig.BuilderModifier and TypeMethodDescriptionstatic Http2ClientHttp2Client.create(Consumer<Http2ClientConfig.Builder> consumer) Create a new instance customizing its configuration.