Uses of Interface
org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Packages that use ConfigurableServletWebServerFactory
Package
Description
Auto-configuration for servlet web servers and Spring MVC.
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Servlet web server abstractions.
-
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.autoconfigure.web.servlet
Methods in org.springframework.boot.autoconfigure.web.servlet with parameters of type ConfigurableServletWebServerFactoryModifier and TypeMethodDescriptionvoidServletWebServerFactoryCustomizer.customize(ConfigurableServletWebServerFactory factory) -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.web.embedded.jetty
Classes in org.springframework.boot.web.embedded.jetty that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to create aJettyWebServer. -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.web.embedded.tomcat
Classes in org.springframework.boot.web.embedded.tomcat that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclassAbstractServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.web.embedded.undertow
Classes in org.springframework.boot.web.embedded.undertow that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to createUndertowServletWebServers. -
Uses of ConfigurableServletWebServerFactory in org.springframework.boot.web.servlet.server
Classes in org.springframework.boot.web.servlet.server that implement ConfigurableServletWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forConfigurableServletWebServerFactoryimplementations.