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.Ordered
public void customize(ConfigurableServletWebServerFactory factory)
WebServerFactoryCustomizer
WebServerFactory
.customize
in interface WebServerFactoryCustomizer<ConfigurableServletWebServerFactory>
factory
- the web server factory to customizeCopyright © 2020 Pivotal Software, Inc.. All rights reserved.