public class UndertowWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>, org.springframework.core.Ordered
Constructor and Description |
---|
UndertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
Modifier and Type | Method and Description |
---|---|
void |
customize(ConfigurableUndertowWebServerFactory factory)
Customize the specified
WebServerFactory . |
int |
getOrder() |
public UndertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties)
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public void customize(ConfigurableUndertowWebServerFactory factory)
WebServerFactoryCustomizer
WebServerFactory
.customize
in interface WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>
factory
- the web server factory to customizeCopyright © 2020 Pivotal Software, Inc.. All rights reserved.