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 org.springframework.util.unit.DataSize getMaxHttpFormPostSize()
    • setMaxHttpFormPostSize

      public void setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize)
    • getConnectionIdleTimeout

      public Duration getConnectionIdleTimeout()
    • setConnectionIdleTimeout

      public void setConnectionIdleTimeout(Duration connectionIdleTimeout)