Class UndertowWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
All Implemented Interfaces:
WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>, Ordered

public class UndertowWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>, Ordered
Customization for Undertow-specific features common for both Servlet and Reactive servers.
Since:
2.0.0
Author:
Brian Clozel, Yulin Qin, Stephane Nicoll, Phillip Webb, Arstiom Yudovin, Rafiullah Hamedy, HaiTao Zhang