类 ServerProperties.Tomcat.Threads
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
Tomcat thread properties.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
getMax()
int
int
void
setMax
(int max) void
setMaxQueueCapacity
(int maxQueueCapacity) void
setMinSpare
(int minSpare)
-
构造器详细资料
-
Threads
public Threads()
-
-
方法详细资料
-
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)
-