Uses of Interface
io.helidon.webclient.http1.Http1ClientConfig
-
Uses of Http1ClientConfig in io.helidon.webclient.http1
Classes in io.helidon.webclient.http1 with type parameters of type Http1ClientConfigModifier and TypeClassDescriptionstatic classHttp1ClientConfig.BuilderBase<BUILDER extends Http1ClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Http1ClientConfig> Fluent API builder base forHttp1Client.Classes in io.helidon.webclient.http1 that implement Http1ClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.http1 that return Http1ClientConfigModifier and TypeMethodDescriptionHttp1ClientConfig.Builder.buildPrototype()static Http1ClientConfigHttp1ClientConfig.create()Create a new instance with default values.Methods in io.helidon.webclient.http1 with parameters of type Http1ClientConfigModifier and TypeMethodDescriptionstatic Http1ClientConfig.BuilderHttp1ClientConfig.builder(Http1ClientConfig instance) Create a new fluent API builder from an existing instance.static Http1ClientHttp1Client.create(Http1ClientConfig clientConfig) Create a new HTTP/1.1 client with custom configuration.Http1ClientConfig.BuilderBase.from(Http1ClientConfig prototype) Update this builder from an existing prototype instance.