Uses of Interface
io.helidon.webserver.http2.Http2Config
-
Uses of Http2Config in io.helidon.webserver.http2
Modifier and TypeClassDescriptionstatic class
Http2Config.BuilderBase<BUILDER extends Http2Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http2Config> Fluent API builder base forHttp2Config
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionHttp2Config.Builder.build()
Http2Config.Builder.buildPrototype()
static Http2Config
Http2Config.create()
Create a new instance with default values.static Http2Config
Create a new instance from configuration.Modifier and TypeMethodDescriptionHttp2ConnectionProvider.protocolConfigType()
Http2UpgradeProvider.protocolConfigType()
Modifier and TypeMethodDescriptionstatic Http2Config.Builder
Http2Config.builder
(Http2Config instance) Create a new fluent API builder from an existing instance.Http2ConnectionProvider.create
(String listenerName, Http2Config config, ProtocolConfigs configs) Http2UpgradeProvider.create
(Http2Config config, ProtocolConfigs configs) static Http2Upgrader
Http2Upgrader.create
(Http2Config config) Create a new HTTP2 upgrader.Http2Config.BuilderBase.from
(Http2Config prototype) Update this builder from an existing prototype instance.Http2ConnectionSelector.Builder.http2Config
(Http2Config http2Config) Custom configuration of HTTP/2 connection provider.Http2UpgradeProvider.Builder.http2Config
(Http2Config http2Config) Custom configuration of HTTP/2 connections.