Uses of Interface
io.helidon.webserver.ExperimentalConfiguration
-
Packages that use ExperimentalConfiguration Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ExperimentalConfiguration in io.helidon.webserver
Methods in io.helidon.webserver that return ExperimentalConfiguration Modifier and Type Method Description ExperimentalConfiguration
ExperimentalConfiguration.Builder. build()
ExperimentalConfiguration
ServerConfiguration. experimental()
Returns anExperimentalConfiguration
.Methods in io.helidon.webserver with parameters of type ExperimentalConfiguration Modifier and Type Method Description ServerConfiguration.Builder
ServerConfiguration.Builder. experimental(ExperimentalConfiguration experimental)
Deprecated.Configure experimental features.WebServer.Builder
WebServer.Builder. experimental(ExperimentalConfiguration experimental)
Configure experimental features.
-