See: Description
| Interface | Description | 
|---|---|
| ConfigurableTomcatWebServerFactory | ConfigurableWebServerFactoryfor Tomcat-specific features. | 
| TomcatConnectorCustomizer | Callback interface that can be used to customize a Tomcat  Connector. | 
| TomcatContextCustomizer | Callback interface that can be used to customize a Tomcat  Context. | 
| Class | Description | 
|---|---|
| TomcatEmbeddedWebappClassLoader | Extension of Tomcat's  ParallelWebappClassLoaderthat does not consider thesystem classloader. | 
| TomcatReactiveWebServerFactory | ReactiveWebServerFactorythat can be used to create aTomcatWebServer. | 
| TomcatServletWebServerFactory | AbstractServletWebServerFactorythat can be used to createTomcatWebServers. | 
| TomcatWebServer | WebServerthat can be used to control a Tomcat web server. | 
| Exception | Description | 
|---|---|
| ConnectorStartFailedException | A  ConnectorStartFailedExceptionis thrown when a TomcatConnectorfails
 to start, for example due to a port clash or incorrect SSL configuration. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.