Package org.springframework.boot.web.server.tomcat
package org.springframework.boot.web.server.tomcat
Reactive and servlet web server implementations backed by Tomcat.
- See Also:
-
ClassDescription
TomcatConnectorCustomizer
that configures compression support on the given Connector.ConfigurableWebServerFactory
for Tomcat-specific features.AConnectorStartFailedException
is thrown when a TomcatConnector
fails to start, for example due to a port clash or incorrect SSL configuration.ATomcatContextCustomizer
that disables Tomcat's reflective reference clearing to avoid reflective access warnings on Java 9 and later JVMs.Utility that configures SSL support on the given connector.Callback interface that can be used to customize a TomcatConnector
.Callback interface that can be used to customize a TomcatContext
.TomcatStandardContext
used byTomcatWebServer
to support deferred initialization.Extension of Tomcat'sParallelWebappClassLoader
that does not consider thesystem classloader
.TomcatProtocolHandlerCustomizer<T extends ProtocolHandler>Callback interface that can be used to customize theProtocolHandler
on theConnector
.ServletContainerInitializer
used to triggerServletContextInitializers
and track startup errors.WebServer
that can be used to control a Tomcat web server.Base class for factories that produce aTomcatWebServer
.