org.springframework.boot.context.embedded.undertow

Interface UndertowBuilderCustomizer



  • public interface UndertowBuilderCustomizer
    Callback interface that can be used to customize an Undertow Undertow.Builder.
    Since:
    1.2.0
    Author:
    Andy Wilkinson
    See Also:
    UndertowEmbeddedServletContainerFactory
    • Method Detail

      • customize

        void customize(io.undertow.Undertow.Builder builder)
        Customize the builder.
        Parameters:
        builder - the Builder to customize

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