org.springframework.boot.context.embedded.jetty

Interface JettyServerCustomizer



  • public interface JettyServerCustomizer
    Callback interface that can be used to customize a Jetty Server.
    Since:
    1.0.0
    Author:
    Dave Syer
    See Also:
    JettyEmbeddedServletContainerFactory
    • Method Detail

      • customize

        void customize(org.eclipse.jetty.server.Server server)
        Customize the server.
        Parameters:
        server - the server to customize

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