Uses of Class
org.springframework.boot.web.server.servlet.ServletWebServerSettings
Packages that use ServletWebServerSettings
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Servlet web server implementation backed by Undertow.
Servlet web server abstractions.
-
Uses of ServletWebServerSettings in org.springframework.boot.jetty.servlet
Methods in org.springframework.boot.jetty.servlet that return ServletWebServerSettings -
Uses of ServletWebServerSettings in org.springframework.boot.tomcat.servlet
Methods in org.springframework.boot.tomcat.servlet that return ServletWebServerSettings -
Uses of ServletWebServerSettings in org.springframework.boot.undertow.servlet
Methods in org.springframework.boot.undertow.servlet that return ServletWebServerSettings -
Uses of ServletWebServerSettings in org.springframework.boot.web.server.servlet
Methods in org.springframework.boot.web.server.servlet that return ServletWebServerSettingsMethods in org.springframework.boot.web.server.servlet with parameters of type ServletWebServerSettingsModifier and TypeMethodDescriptionstatic ServletContextInitializers
ServletContextInitializers.from
(ServletWebServerSettings settings, ServletContextInitializer... initializers) Creates a new instance from the givensettings
andinitializers
.