クラス ServerProperties.Jetty
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- 含まれているクラス:
- ServerProperties
Jetty プロパティ。
ネストされたクラスのサマリー
ネストされたクラス修飾子と型クラス説明static class
Jetty アクセスログのプロパティ。static class
Jetty スレッドのプロパティ。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明int
int
void
setConnectionIdleTimeout
(DurationSE connectionIdleTimeout) void
setMaxConnections
(int maxConnections) void
setMaxFormKeys
(int maxFormKeys) void
setMaxHttpFormPostSize
(DataSize maxHttpFormPostSize) void
setMaxHttpResponseHeaderSize
(DataSize maxHttpResponseHeaderSize)
コンストラクターの詳細
Jetty
public Jetty()
メソッドの詳細
getAccesslog
getThreads
getMaxHttpFormPostSize
setMaxHttpFormPostSize
getMaxFormKeys
public int getMaxFormKeys()setMaxFormKeys
public void setMaxFormKeys(int maxFormKeys) getConnectionIdleTimeout
setConnectionIdleTimeout
getMaxHttpResponseHeaderSize
setMaxHttpResponseHeaderSize
getMaxConnections
public int getMaxConnections()setMaxConnections
public void setMaxConnections(int maxConnections)