Class TomcatServerProperties.Threads

java.lang.Object
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Threads
Enclosing class:
TomcatServerProperties

public static class TomcatServerProperties.Threads extends Object
Tomcat thread properties.
Since:
4.0.0
  • Constructor Details

    • Threads

      public Threads()
  • Method Details

    • getMax

      public int getMax()
    • setMax

      public void setMax(int max)
    • getMinSpare

      public int getMinSpare()
    • setMinSpare

      public void setMinSpare(int minSpare)
    • getMaxQueueCapacity

      public int getMaxQueueCapacity()
    • setMaxQueueCapacity

      public void setMaxQueueCapacity(int maxQueueCapacity)