public class TomcatServletWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory>, org.springframework.core.Ordered
WebServerFactoryCustomizer to apply ServerProperties to Tomcat web
servers.| Constructor and Description |
|---|
TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory factory) |
int |
getOrder() |
public TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void customize(org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory>