org.springframework.boot.web.embedded.tomcat

Interface TomcatConnectorCustomizer

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface TomcatConnectorCustomizer
    Callback interface that can be used to customize a Tomcat Connector.
    Since:
    2.0.0
    See Also:
    ConfigurableTomcatWebServerFactory
    • Method Detail

      • customize

        void customize(org.apache.catalina.connector.Connector connector)
        Customize the connector.
        Parameters:
        connector - the connector to customize