public class UndertowWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.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(org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory factory) |
int |
getOrder() |
public UndertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void customize(org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory>