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)
WebServerFactoryCustomizer
WebServerFactory
.customize
in interface WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>
factory
- the web server factory to customizeCopyright © 2019 Pivotal Software, Inc.. All rights reserved.