org.springframework.boot.context.embedded.tomcat

Interface TomcatConnectorCustomizer



  • public interface TomcatConnectorCustomizer
    Callback interface that can be used to customize a Tomcat Connector.
    Since:
    1.0.0
    Author:
    Dave Syer
    See Also:
    TomcatEmbeddedServletContainerFactory
    • Method Detail

      • customize

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

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.