クラス ServerProperties.Tomcat.Threads
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- 含まれているクラス:
- ServerProperties.Tomcat
Tomcat スレッドプロパティ。
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明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)