Uses of Interface
io.helidon.webserver.WebServerConfig
Packages that use WebServerConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer SPI.
-
Uses of WebServerConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type WebServerConfigModifier and TypeClassDescriptionstatic classWebServerConfig.BuilderBase<BUILDER extends WebServerConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends WebServerConfig>Fluent API builder base forWebServerConfig.Classes in io.helidon.webserver that implement WebServerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type WebServerConfig in io.helidon.webserverSubinterfaces with type arguments of type WebServerConfig in io.helidon.webserverModifier and TypeInterfaceDescriptioninterfaceServer that opens server sockets and handles requests through routing.Methods in io.helidon.webserver that return WebServerConfigModifier and TypeMethodDescriptionWebServerConfig.Builder.buildPrototype()Create an instance of the prototype.static WebServerConfigWebServerConfig.create()Create a new instance with default values.static WebServerConfigCreate a new instance from configuration.Methods in io.helidon.webserver with parameters of type WebServerConfigModifier and TypeMethodDescriptionstatic WebServerConfig.BuilderWebServerConfig.builder(WebServerConfig instance) Create a new fluent API builder from an existing instance.static WebServerWebServer.create(WebServerConfig serverConfig) Create a new web server from its configuration.WebServerConfig.BuilderBase.from(WebServerConfig prototype) Update this builder from an existing prototype instance. -
Uses of WebServerConfig in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi that return WebServerConfigModifier and TypeMethodDescriptionServerFeature.ServerFeatureContext.serverConfig()Configuration of the server.