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