Uses of Class
io.helidon.webserver.http1.Http1Config.BuilderBase
Packages that use Http1Config.BuilderBase
-
Uses of Http1Config.BuilderBase in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 with type parameters of type Http1Config.BuilderBaseModifier and TypeClassDescriptionstatic classHttp1Config.BuilderBase<BUILDER extends Http1Config.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Http1Config> Fluent API builder base forHttp1Config.Subclasses of Http1Config.BuilderBase in io.helidon.webserver.http1Methods in io.helidon.webserver.http1 with parameters of type Http1Config.BuilderBaseModifier and TypeMethodDescriptionHttp1Config.BuilderBase.from(Http1Config.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.http1 with parameters of type Http1Config.BuilderBaseModifierConstructorDescriptionprotectedHttp1ConfigImpl(Http1Config.BuilderBase<?, ?> builder) Create an instance providing a builder.