Uses of Class
org.springframework.boot.tomcat.TomcatWebServerFactory
Packages that use TomcatWebServerFactory
Package
Description
Reactive web server implementation backed by Tomcat.
Servlet web server implementation backed by Tomcat.
-
Uses of TomcatWebServerFactory in org.springframework.boot.tomcat.reactive
Subclasses of TomcatWebServerFactory in org.springframework.boot.tomcat.reactiveModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
. -
Uses of TomcatWebServerFactory in org.springframework.boot.tomcat.servlet
Subclasses of TomcatWebServerFactory in org.springframework.boot.tomcat.servletModifier and TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s.