Uses of Interface
io.helidon.webserver.ServerConfiguration
Packages that use ServerConfiguration
-
Uses of ServerConfiguration in io.helidon.webserver
Methods in io.helidon.webserver that return ServerConfigurationModifier and TypeMethodDescriptionServerConfiguration.Builder.build()Deprecated.Builds a new configuration instance.WebServer.configuration()Gets effective server configuration.static ServerConfigurationCreates new instance with defaults from external configuration source.Methods in io.helidon.webserver with parameters of type ServerConfigurationModifier and TypeMethodDescription<T> Optional<T>Transport.createTransportArtifact(Class<T> type, String name, ServerConfiguration config) Creates and returns a suitable transport artifact, if one can be created or is available, and an emptyOptionalotherwise.