Uses of Interface
io.helidon.webclient.http2.Http2ClientConfig
-
Uses of Http2ClientConfig in io.helidon.webclient.http2
Modifier and TypeClassDescriptionstatic class
Http2ClientConfig.BuilderBase<BUILDER extends Http2ClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http2ClientConfig> Fluent API builder base forHttp2Client
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionHttp2ClientConfig.Builder.buildPrototype()
static Http2ClientConfig
Http2ClientConfig.create()
Create a new instance with default values.Http2ClientImpl.prototype()
Modifier 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.ModifierConstructorDescriptionprotected
Http2ClientStream
(Http2ClientConnection connection, Http2Settings serverSettings, SocketContext ctx, Http2StreamConfig http2StreamConfig, Http2ClientConfig http2ClientConfig, LockingStreamIdSequence streamIdSeq)