Class UndertowServletWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>

public class UndertowServletWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>
WebServerFactoryCustomizer to apply ServerProperties to Undertow Servlet web servers.
Since:
2.1.7
  • Constructor Details

    • UndertowServletWebServerFactoryCustomizer

      public UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties)
  • Method Details

    • customize

      public void customize(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory)
      Specified by:
      customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>