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