Uses of Class
io.helidon.webserver.http1.Http1Config.Builder
Packages that use Http1Config.Builder
-
Uses of Http1Config.Builder in io.helidon.webserver.http1
Subclasses with type arguments of type Http1Config.Builder in io.helidon.webserver.http1Classes in io.helidon.webserver.http1 that implement interfaces with type arguments of type Http1Config.BuilderMethods in io.helidon.webserver.http1 that return Http1Config.BuilderModifier and TypeMethodDescriptionstatic Http1Config.BuilderHttp1Config.builder()Create a new fluent API builder to customize configuration.static Http1Config.BuilderHttp1Config.builder(Http1Config instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.http1 with type arguments of type Http1Config.BuilderModifier and TypeMethodDescriptionHttp1ConnectionSelectorConfig.BuilderBase.config(Consumer<Http1Config.Builder> consumer) HTTP/1 protocol configuration to use for this connection selector.