public class NettyWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory>, org.springframework.core.Ordered
| Constructor and Description |
|---|
NettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory factory) |
int |
getOrder() |
public NettyWebServerFactoryCustomizer(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.netty.NettyReactiveWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory>