public class JettyWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.jetty.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(org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory factory) |
int |
getOrder() |
public JettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void customize(org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory>