Uses of Interface
org.springframework.boot.web.server.servlet.ServletWebServerFactory
Packages that use ServletWebServerFactory
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Servlet web server abstractions.
Servlet web server based web integrations with Spring's
WebApplicationContext.-
Uses of ServletWebServerFactory in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ServletWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to create aJettyWebServer. -
Uses of ServletWebServerFactory in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement ServletWebServerFactoryModifier and TypeClassDescriptionclassConfigurableServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of ServletWebServerFactory in org.springframework.boot.web.server.servlet
Subinterfaces of ServletWebServerFactory in org.springframework.boot.web.server.servlet -
Uses of ServletWebServerFactory in org.springframework.boot.web.server.servlet.context
Methods in org.springframework.boot.web.server.servlet.context that return ServletWebServerFactoryModifier and TypeMethodDescriptionprotected ServletWebServerFactoryServletWebServerApplicationContext.getWebServerFactory()Returns theServletWebServerFactorythat should be used to create the embeddedWebServer.