Class ServerProperties.Tomcat.Threads

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

public static class ServerProperties.Tomcat.Threads extends Object
Tomcat thread properties.
  • 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)