Class JettyServerProperties

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

@ConfigurationProperties("server.jetty") public class JettyServerProperties extends Object
Jetty server properties.
Since:
4.0.0
  • Constructor Details

    • JettyServerProperties

      public JettyServerProperties()
  • Method Details

    • getAccesslog

      public JettyServerProperties.Accesslog getAccesslog()
    • getThreads

      public JettyServerProperties.Threads getThreads()
    • getMaxHttpFormPostSize

      public org.springframework.util.unit.DataSize getMaxHttpFormPostSize()
    • setMaxHttpFormPostSize

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

      public int getMaxFormKeys()
    • setMaxFormKeys

      public void setMaxFormKeys(int maxFormKeys)
    • getConnectionIdleTimeout

      public @Nullable Duration getConnectionIdleTimeout()
    • setConnectionIdleTimeout

      public void setConnectionIdleTimeout(@Nullable Duration connectionIdleTimeout)
    • getMaxHttpResponseHeaderSize

      public org.springframework.util.unit.DataSize getMaxHttpResponseHeaderSize()
    • setMaxHttpResponseHeaderSize

      public void setMaxHttpResponseHeaderSize(org.springframework.util.unit.DataSize maxHttpResponseHeaderSize)
    • getMaxConnections

      public int getMaxConnections()
    • setMaxConnections

      public void setMaxConnections(int maxConnections)