Uses of Interface
io.helidon.webclient.http1.Http1ClientConfig
Package
Description
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer Testing JUnit5 Support.
-
Uses of Http1ClientConfig in io.helidon.webclient.http1
Modifier and TypeClassDescriptionstatic class
Http1ClientConfig.BuilderBase<BUILDER extends Http1ClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1ClientConfig> Fluent API builder base forHttp1Client
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionHttp1ClientConfig.Builder.buildPrototype()
static Http1ClientConfig
Http1ClientConfig.create()
Create a new instance with default values.Modifier 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