Uses of Interface
org.springframework.boot.web.servlet.server.ServletWebServerFactory
Packages that use ServletWebServerFactory
Package
Description
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 based web integrations with Spring's
WebApplicationContext.Servlet web server abstractions.
-
Uses of ServletWebServerFactory in org.springframework.boot.web.embedded.jetty
Classes in org.springframework.boot.web.embedded.jetty that implement ServletWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to create aJettyWebServer. -
Uses of ServletWebServerFactory in org.springframework.boot.web.embedded.tomcat
Classes in org.springframework.boot.web.embedded.tomcat that implement ServletWebServerFactoryModifier and TypeClassDescriptionclassAbstractServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of ServletWebServerFactory in org.springframework.boot.web.embedded.undertow
Classes in org.springframework.boot.web.embedded.undertow that implement ServletWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to createUndertowServletWebServers. -
Uses of ServletWebServerFactory in org.springframework.boot.web.servlet.context
Methods in org.springframework.boot.web.servlet.context that return ServletWebServerFactoryModifier and TypeMethodDescriptionprotected ServletWebServerFactoryServletWebServerApplicationContext.getWebServerFactory()Returns theServletWebServerFactorythat should be used to create the embeddedWebServer. -
Uses of ServletWebServerFactory in org.springframework.boot.web.servlet.server
Subinterfaces of ServletWebServerFactory in org.springframework.boot.web.servlet.serverClasses in org.springframework.boot.web.servlet.server that implement ServletWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forConfigurableServletWebServerFactoryimplementations.