public class UndertowWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>, Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
UndertowWebServerFactoryCustomizer(Environment environment,
                                  ServerProperties serverProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
customize(ConfigurableUndertowWebServerFactory factory)
Customize the specified  
WebServerFactory. | 
int | 
getOrder()  | 
public UndertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties)
public void customize(ConfigurableUndertowWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>factory - the web server factory to customize