Uses of Interface
io.helidon.webclient.http2.Http2ClientConfig
Packages that use Http2ClientConfig
-
Uses of Http2ClientConfig in io.helidon.webclient.http2
Classes in io.helidon.webclient.http2 with type parameters of type Http2ClientConfigModifier and TypeClassDescriptionstatic class
Http2ClientConfig.BuilderBase<BUILDER extends Http2ClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http2ClientConfig> Fluent API builder base forHttp2Client
.Classes in io.helidon.webclient.http2 that implement Http2ClientConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.http2 that return Http2ClientConfigModifier and TypeMethodDescriptionHttp2ClientConfig.Builder.buildPrototype()
static Http2ClientConfig
Http2ClientConfig.create()
Create a new instance with default values.Http2ClientImpl.prototype()
Methods in io.helidon.webclient.http2 with parameters of type Http2ClientConfigModifier and TypeMethodDescriptionstatic Http2ClientConfig.Builder
Http2ClientConfig.builder
(Http2ClientConfig instance) Create a new fluent API builder from an existing instance.static Http2Client
Http2Client.create
(Http2ClientConfig clientConfig) Create a new instance with custom configuration.Http2ClientConfig.BuilderBase.from
(Http2ClientConfig prototype) Update this builder from an existing prototype instance.Constructors in io.helidon.webclient.http2 with parameters of type Http2ClientConfigModifierConstructorDescriptionprotected
Http2ClientStream
(Http2ClientConnection connection, Http2Settings serverSettings, SocketContext ctx, Http2StreamConfig http2StreamConfig, Http2ClientConfig http2ClientConfig, LockingStreamIdSequence streamIdSeq)