Class NettyReactiveWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerFactoryCustomizer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<NettyReactiveWebServerFactory>, org.springframework.core.Ordered

public class NettyReactiveWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<NettyReactiveWebServerFactory>, org.springframework.core.Ordered
Customization for Netty-specific features.
Since:
4.0.0
  • Constructor Details

    • NettyReactiveWebServerFactoryCustomizer

      public NettyReactiveWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, NettyServerProperties nettyProperties)
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • customize

      public void customize(NettyReactiveWebServerFactory factory)
      Specified by:
      customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<NettyReactiveWebServerFactory>