Uses of Package
org.springframework.boot.tomcat
Packages that use org.springframework.boot.tomcat
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
Reactive web server implementation backed by Tomcat.
Servlet web server implementation backed by Tomcat.
-
Classes in org.springframework.boot.tomcat used by org.springframework.boot.tomcatClassDescription
ConfigurableWebServerFactory
for Tomcat-specific features.Callback interface that can be used to customize a TomcatConnector
.Callback interface that can be used to customize a TomcatContext
.Callback interface that can be used to customize theProtocolHandler
on theConnector
.ServletContainerInitializer
used to triggerServletContextInitializers
and track startup errors. -
Classes in org.springframework.boot.tomcat used by org.springframework.boot.tomcat.autoconfigure
-
Classes in org.springframework.boot.tomcat used by org.springframework.boot.tomcat.reactiveClassDescription
ConfigurableWebServerFactory
for Tomcat-specific features.WebServer
that can be used to control a Tomcat web server.Base class for factories that produce aTomcatWebServer
. -
Classes in org.springframework.boot.tomcat used by org.springframework.boot.tomcat.servletClassDescription
ConfigurableWebServerFactory
for Tomcat-specific features.WebServer
that can be used to control a Tomcat web server.Base class for factories that produce aTomcatWebServer
.