Uses of Interface
io.helidon.webclient.http1.Http1Client
Packages that use Http1Client
Package
Description
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer Testing JUnit5 Support.
-
Uses of Http1Client in io.helidon.webclient.http1
Fields in io.helidon.webclient.http1 with type parameters of type Http1ClientModifier and TypeFieldDescriptionstatic final Protocol
<Http1Client, io.helidon.webclient.http1.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)
.Methods in io.helidon.webclient.http1 that return Http1ClientModifier and TypeMethodDescriptionstatic Http1Client
Http1Client.create()
Create a new instance with default configuration.static Http1Client
Create a new instance based onConfig
.static Http1Client
Http1Client.create
(io.helidon.webclient.http1.Http1ClientConfig clientConfig) Create a new HTTP/1.1 client with custom configuration.static Http1Client
Create a new HTTP/1.1 client customizing configuration. -
Uses of Http1Client in io.helidon.webserver.testing.junit5
Classes in io.helidon.webserver.testing.junit5 that implement Http1ClientModifier and TypeClassDescriptionclass
Unit testing client that bypasses HTTP transport and directly invokes router.