Package org.springframework.boot.tomcat
@NullMarked
package org.springframework.boot.tomcat
Reactive and servlet web server implementations backed by Tomcat.
- See Also:
-
ClassDescription
TomcatConnectorCustomizerthat configures compression support on the given Connector.ConfigurableWebServerFactoryfor Tomcat-specific features.AConnectorStartFailedExceptionis thrown when a TomcatConnectorfails to start, for example due to a port clash or incorrect SSL configuration.ATomcatContextCustomizerthat 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.TomcatStandardContextused byTomcatWebServerto support deferred initialization.Strategy interface that can be used to rethrow deferred startup exceptions.Extension of Tomcat'sParallelWebappClassLoaderthat does not consider thesystem classloader.TomcatProtocolHandlerCustomizer<T extends ProtocolHandler>Callback interface that can be used to customize theProtocolHandleron theConnector.WebServerthat can be used to control a Tomcat web server.Base class for factories that produce aTomcatWebServer.