| Package | Description | 
|---|---|
| org.springframework.boot.web.embedded.tomcat | 
 Embedded reactive and servlet web server implementations backed by Tomcat. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<TomcatProtocolHandlerCustomizer<?>> | 
TomcatReactiveWebServerFactory.getTomcatProtocolHandlerCustomizers()
Returns a mutable collection of the  
TomcatProtocolHandlerCustomizers that
 will be applied to the Tomcat Connector. | 
Collection<TomcatProtocolHandlerCustomizer<?>> | 
TomcatServletWebServerFactory.getTomcatProtocolHandlerCustomizers()
Returns a mutable collection of the  
TomcatProtocolHandlerCustomizers that
 will be applied to the Tomcat Connector. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TomcatReactiveWebServerFactory.addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers)
Add  
TomcatProtocolHandlerCustomizers that should be added to the Tomcat
 Connector. | 
void | 
ConfigurableTomcatWebServerFactory.addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers)
Add  
TomcatProtocolHandlerCustomizers that should be added to the Tomcat
 Connector. | 
void | 
TomcatServletWebServerFactory.addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers)
Add  
TomcatProtocolHandlerCustomizers that should be added to the Tomcat
 Connector. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TomcatReactiveWebServerFactory.setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>> tomcatProtocolHandlerCustomizers)
Set  
TomcatProtocolHandlerCustomizers that should be applied to the Tomcat
 Connector. | 
void | 
TomcatServletWebServerFactory.setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>> tomcatProtocolHandlerCustomizer)
Set  
TomcatProtocolHandlerCustomizers that should be applied to the Tomcat
 Connector. |