| Name | Description | Type | Package | Framework |
| TomcatConnectorCustomizer | Callback interface that can be used to customize a Tomcat Connector. | Interface | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatContextCustomizer | Callback interface that can be used to customize a Tomcat Context. | Interface | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Tomcat server. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createTomcatEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatEmbeddedWebappClassLoader | Extension of Tomcat's WebappClassLoader that does not consider thesystem classloader. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |