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.
  • 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)
    • 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)