public class UndertowServletWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>
WebServerFactoryCustomizer to apply ServerProperties to Undertow
Servlet web servers.| Constructor and Description |
|---|
UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory) |
public UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties)
public void customize(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>