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 Summary

      Methods 
      Modifier and Type Method and Description
      void customize(io.undertow.Undertow.Builder builder) 
    • Method Detail

      • customize

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

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