Class ServerProperties.Jetty.Threads

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

public static class ServerProperties.Jetty.Threads extends Object
Jetty thread properties.
  • Constructor Details

    • Threads

      public Threads()
  • Method Details

    • getAcceptors

      public Integer getAcceptors()
    • setAcceptors

      public void setAcceptors(Integer acceptors)
    • getSelectors

      public Integer getSelectors()
    • setSelectors

      public void setSelectors(Integer selectors)
    • setMin

      public void setMin(Integer min)
    • getMin

      public Integer getMin()
    • setMax

      public void setMax(Integer max)
    • getMax

      public Integer getMax()
    • getMaxQueueCapacity

      public Integer getMaxQueueCapacity()
    • setMaxQueueCapacity

      public void setMaxQueueCapacity(Integer maxQueueCapacity)
    • setIdleTimeout

      public void setIdleTimeout(Duration idleTimeout)
    • getIdleTimeout

      public Duration getIdleTimeout()