Uses of Class
io.helidon.webserver.http2.Http2Config.BuilderBase
Packages that use Http2Config.BuilderBase
-
Uses of Http2Config.BuilderBase in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 with type parameters of type Http2Config.BuilderBaseModifier and TypeClassDescriptionstatic class
Http2Config.BuilderBase<BUILDER extends Http2Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http2Config> Fluent API builder base forHttp2Config
.Subclasses of Http2Config.BuilderBase in io.helidon.webserver.http2Methods in io.helidon.webserver.http2 with parameters of type Http2Config.BuilderBaseModifier and TypeMethodDescriptionHttp2Config.BuilderBase.from
(Http2Config.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.http2 with parameters of type Http2Config.BuilderBaseModifierConstructorDescriptionprotected
Http2ConfigImpl
(Http2Config.BuilderBase<?, ?> builder) Create an instance providing a builder.