Class ServerProperties.Jetty

java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
Enclosing class:
ServerProperties

public static class ServerProperties.Jetty extends Object
Jetty properties.
Since:
1.0.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

    • Jetty

      public Jetty()
  • Method Details

    • getAccesslog

      public ServerProperties.Jetty.Accesslog getAccesslog()
    • getThreads

      public ServerProperties.Jetty.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)