public class UndertowServletWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<UndertowServletWebServerFactory>
WebServerFactoryCustomizer to apply ServerProperties to Undertow
 Servlet web servers.| Constructor and Description | 
|---|
| UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | customize(UndertowServletWebServerFactory factory)Customize the specified  WebServerFactory. | 
public UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties)
public void customize(UndertowServletWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<UndertowServletWebServerFactory>factory - the web server factory to customize