public class ServletWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableServletWebServerFactory>, org.springframework.core.Ordered
WebServerFactoryCustomizer to apply ServerProperties to servlet web
 servers.| Constructor and Description | 
|---|
| ServletWebServerFactoryCustomizer(ServerProperties serverProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | customize(ConfigurableServletWebServerFactory factory)Customize the specified  WebServerFactory. | 
| int | getOrder() | 
public ServletWebServerFactoryCustomizer(ServerProperties serverProperties)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void customize(ConfigurableServletWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<ConfigurableServletWebServerFactory>factory - the web server factory to customizeCopyright © 2019 Pivotal Software, Inc.. All rights reserved.