Uses of Interface
org.springframework.boot.web.server.servlet.ConfigurableServletWebServerFactory
Packages that use ConfigurableServletWebServerFactory
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Classes related to the auto-configuration of a servlet web server.
-
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat 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 TypeClassDescriptionclassConfigurableServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.web.server.autoconfigure.servlet
Classes in org.springframework.boot.web.server.autoconfigure.servlet that implement interfaces with type arguments of type ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclassWebServerFactoryCustomizerto applyServerPropertiesandWebListenerRegistrarsto servlet web servers.Methods in org.springframework.boot.web.server.autoconfigure.servlet with parameters of type ConfigurableServletWebServerFactoryModifier and TypeMethodDescriptionvoidServletWebServerFactoryCustomizer.customize(ConfigurableServletWebServerFactory factory)