Class ServerProperties.Tomcat.Threads
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- Enclosing class:
- ServerProperties.Tomcat
Tomcat thread properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getMax()
int
void
setMax
(int max) void
setMinSpare
(int minSpare)
-
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)
-