Uses of Class
io.helidon.webserver.Http2Configuration.Builder
-
Packages that use Http2Configuration.Builder Package Description io.helidon.webserver Reactive web server API. -
-
Uses of Http2Configuration.Builder in io.helidon.webserver
Methods in io.helidon.webserver that return Http2Configuration.Builder Modifier and Type Method Description static Http2Configuration.Builder
Http2Configuration. builder()
Create a new fluent API builder.Http2Configuration.Builder
Http2Configuration.Builder. enable(boolean enableHttp2)
Sets value to enable HTTP/2 support.Http2Configuration.Builder
Http2Configuration.Builder. maxContentLength(int http2MaxContentLength)
Sets max content length for HTTP/2.
-