Uses of Interface
io.helidon.webclient.http1.Http1Client
Package
Description
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer Testing JUnit5 Support.
-
Uses of Http1Client in io.helidon.webclient.http1
Modifier and TypeFieldDescriptionstatic final Protocol
<Http1Client, Http1ClientProtocolConfig> Http1Client.PROTOCOL
HTTP/1.1 protocol to use to obtain an instance of HTTP/1.1 specific client fromWebClient.client(io.helidon.webclient.spi.Protocol)
.Modifier and TypeMethodDescriptionHttp1ClientConfig.Builder.build()
Http1ClientConfig.BuilderBase.Http1ClientConfigImpl.build()
static Http1Client
Http1Client.create()
Create a new instance with default configuration.static Http1Client
Create a new instance based onConfig
.static Http1Client
Http1Client.create
(Http1ClientConfig clientConfig) Create a new HTTP/1.1 client with custom configuration.static Http1Client
Http1Client.create
(Consumer<Http1ClientConfig.Builder> consumer) Create a new HTTP/1.1 client customizing configuration.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl.get()
-
Uses of Http1Client in io.helidon.webserver.testing.junit5
Modifier and TypeClassDescriptionclass
Unit testing client that bypasses HTTP transport and directly invokes router.