Uses of Interface
io.helidon.webclient.http1.Http1ClientConfig
Packages that use Http1ClientConfig
Package
Description
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer Testing JUnit5 Support.
-
Uses of Http1ClientConfig in io.helidon.webclient.http1
Classes in io.helidon.webclient.http1 with type parameters of type Http1ClientConfigModifier and TypeClassDescriptionstatic class
Http1ClientConfig.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 class
Generated 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 Http1ClientConfig
Http1ClientConfig.create()
Create a new instance with default values.Methods in io.helidon.webclient.http1 with parameters of type Http1ClientConfigModifier and TypeMethodDescriptionstatic Http1ClientConfig.Builder
Http1ClientConfig.builder
(Http1ClientConfig instance) Create a new fluent API builder from an existing instance.static Http1Client
Http1Client.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. -
Uses of Http1ClientConfig in io.helidon.webserver.testing.junit5
Methods in io.helidon.webserver.testing.junit5 that return Http1ClientConfig