Class JettyWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.jetty.autoconfigure.JettyWebServerFactoryCustomizer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableJettyWebServerFactory>, org.springframework.core.Ordered

public class JettyWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableJettyWebServerFactory>, org.springframework.core.Ordered
Customization for Jetty-specific features common for both Servlet and Reactive servers.
Since:
4.0.0
  • Constructor Details

    • JettyWebServerFactoryCustomizer

      public JettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, JettyServerProperties jettyProperties)
  • Method Details