Class TomcatWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.tomcat.autoconfigure.TomcatWebServerFactoryCustomizer
All Implemented Interfaces:
WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, Ordered

public class TomcatWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, Ordered
Customization for Tomcat-specific features common to both Servlet and Reactive servers.
Since:
4.0.0
Author:
Brian Clozel, Yulin Qin, Stephane Nicoll, Phillip Webb, Artsiom Yudovin, Chentao Qu, Andrew McGhie, Dirk Deyne, Rafiullah Hamedy, Victor Mandujano, Parviz Rozikov, Florian Storz, Michael Weidmann