Uses of Class
io.helidon.webserver.Http2Configuration.Builder
Packages that use Http2Configuration.Builder
-
Uses of Http2Configuration.Builder in io.helidon.webserver
Methods in io.helidon.webserver that return Http2Configuration.BuilderModifier and TypeMethodDescriptionstatic Http2Configuration.BuilderHttp2Configuration.builder()Create a new fluent API builder.Http2Configuration.Builder.enable(boolean enableHttp2) Sets value to enable HTTP/2 support.Http2Configuration.Builder.maxContentLength(int http2MaxContentLength) Sets max content length for HTTP/2.