Class UndertowServletWebServerFactoryCustomizer

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

public class UndertowServletWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<UndertowServletWebServerFactory>
WebServerFactoryCustomizer to apply ServerProperties to Undertow Servlet web servers.
Since:
2.1.7
Author:
Andy Wilkinson