Uses of Class
io.helidon.webserver.ExperimentalConfiguration.Builder
-
Packages that use ExperimentalConfiguration.Builder Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ExperimentalConfiguration.Builder in io.helidon.webserver
Methods in io.helidon.webserver that return ExperimentalConfiguration.Builder Modifier and Type Method Description static ExperimentalConfiguration.Builder
ExperimentalConfiguration. builder()
Create a new fluent API builder.ExperimentalConfiguration.Builder
ExperimentalConfiguration.Builder. http2(Http2Configuration http2)
Sets value for HTTP/2 configuration.
-