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
Classes in io.helidon.webclient.http1 that implement interfaces with type arguments of type Http1ClientModifier and TypeClassDescriptionstatic classFluent API builder forHttp1Client.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Fields in io.helidon.webclient.http1 with type parameters of type Http1ClientModifier and TypeFieldDescriptionstatic final Protocol<Http1Client, Http1ClientProtocolConfig> Http1Client.PROTOCOLHTTP/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 TypeMethodDescriptionHttp1ClientConfig.Builder.build()Create an instance from this builder.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl.build()Create a new runtime instance from this prototype.static Http1ClientHttp1Client.create()Create a new instance with default configuration.static Http1ClientCreate a new instance based onConfig.static Http1ClientHttp1Client.create(Http1ClientConfig clientConfig) Create a new HTTP/1.1 client with custom configuration.static Http1ClientHttp1Client.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
Classes in io.helidon.webserver.testing.junit5 that implement Http1ClientModifier and TypeClassDescriptionclassUnit testing client that bypasses HTTP transport and directly invokes router.