Class JettyServerProperties.Threads

java.lang.Object
org.springframework.boot.autoconfigure.web.server.jetty.JettyServerProperties.Threads
Enclosing class:
JettyServerProperties

public static class JettyServerProperties.Threads extends Object
Jetty thread properties.
Since:
3.5.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

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