ConfigurableTomcatWebServerFactory
ConfigurableWebServerFactory for Tomcat-specific features.
Author
Brian Clozel
Since
2.0.0
See also
Inheritors
Functions
Link copied to clipboard
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
Link copied to clipboard
Add TomcatContextCustomizers that should be added to the Tomcat Context.
Link copied to clipboard
Add Valves that should be applied to the Tomcat Engine.
Link copied to clipboard
Adds error pages that will be used when handling exceptions.
Link copied to clipboard
abstract fun addProtocolHandlerCustomizers(tomcatProtocolHandlerCustomizers: Array<TomcatProtocolHandlerCustomizer<out Any>>)
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
Link copied to clipboard
Sets the specific network address that the server should bind to.
Link copied to clipboard
Sets the background processor delay in seconds.
Link copied to clipboard
Set the Tomcat base directory.
Link copied to clipboard
Sets the compression configuration that will be applied to the server's default connector.
Link copied to clipboard
Sets the error pages that will be used when handling exceptions.
Link copied to clipboard
Sets the server header value.
Link copied to clipboard
Sets the shutdown configuration that will be applied to the server.
Link copied to clipboard
Sets the SSL bundles that can be used to configure SSL connections.
Link copied to clipboard
Set the character encoding to use for URL decoding.