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 ExperimentalConfigurationExperimentalConfiguration.Builder. build()ExperimentalConfigurationServerConfiguration. experimental()Returns anExperimentalConfiguration.Methods in io.helidon.webserver with parameters of type ExperimentalConfiguration Modifier and Type Method Description ServerConfiguration.BuilderServerConfiguration.Builder. experimental(ExperimentalConfiguration experimental)Configure experimental features.
-