Uses of Interface
org.springframework.boot.web.server.servlet.ConfigurableServletWebServerFactory
Packages that use ConfigurableServletWebServerFactory
Package
Description
Classes related to the auto-configuration of a servlet web server.
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Servlet web server implementation backed by Undertow.
-
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.autoconfigure.web.server.servlet
Classes in org.springframework.boot.autoconfigure.web.server.servlet that implement interfaces with type arguments of type ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclass
WebServerFactoryCustomizer
to applyServerProperties
andWebListenerRegistrars
to servlet web servers.Methods in org.springframework.boot.autoconfigure.web.server.servlet with parameters of type ConfigurableServletWebServerFactoryModifier and TypeMethodDescriptionvoid
ServletWebServerFactoryCustomizer.customize
(ConfigurableServletWebServerFactory factory) -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.undertow.servlet
Classes in org.springframework.boot.undertow.servlet that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s.