Class TomcatWebServerFactoryCustomizer

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

public class TomcatWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, org.springframework.core.Ordered
Customization for Tomcat-specific features common to both Servlet and Reactive servers.
Since:
4.0.0
  • Constructor Details

    • TomcatWebServerFactoryCustomizer

      public TomcatWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, TomcatServerProperties tomcatProperties)
  • Method Details