Class JettyServerProperties

java.lang.Object
org.springframework.boot.autoconfigure.web.server.jetty.JettyServerProperties

@ConfigurationProperties("server.jetty") public class JettyServerProperties extends Object
Jetty server properties.
Since:
3.5.0
Author:
Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Eddú Meléndez, Quinten De Swaef, Venil Noronha, Aurélien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
  • Constructor Details

    • JettyServerProperties

      public JettyServerProperties()
  • Method Details

    • getAccesslog

      public JettyServerProperties.Accesslog getAccesslog()
    • getThreads

      public JettyServerProperties.Threads getThreads()
    • getMaxHttpFormPostSize

      public DataSize getMaxHttpFormPostSize()
    • setMaxHttpFormPostSize

      public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
    • getMaxFormKeys

      public int getMaxFormKeys()
    • setMaxFormKeys

      public void setMaxFormKeys(int maxFormKeys)
    • getConnectionIdleTimeout

      public Duration getConnectionIdleTimeout()
    • setConnectionIdleTimeout

      public void setConnectionIdleTimeout(Duration connectionIdleTimeout)
    • getMaxHttpResponseHeaderSize

      public DataSize getMaxHttpResponseHeaderSize()
    • setMaxHttpResponseHeaderSize

      public void setMaxHttpResponseHeaderSize(DataSize maxHttpResponseHeaderSize)
    • getMaxConnections

      public int getMaxConnections()
    • setMaxConnections

      public void setMaxConnections(int maxConnections)