クラス JettyServerProperties
java.lang.ObjectSE
org.springframework.boot.jetty.autoconfigure.JettyServerProperties
Jetty サーバーのプロパティ。
- 導入:
- 4.0.0
- 作成者:
- Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Edd ú Mel é ndez, Quinten De Swaef, Venil Noronha, Aur é lien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static classJetty アクセスログのプロパティ。static classJetty スレッドのプロパティ。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明@Nullable DurationSEintintvoidsetConnectionIdleTimeout(@Nullable DurationSE connectionIdleTimeout) voidsetMaxConnections(int maxConnections) voidsetMaxFormKeys(int maxFormKeys) voidsetMaxHttpFormPostSize(DataSize maxHttpFormPostSize) voidsetMaxHttpResponseHeaderSize(DataSize maxHttpResponseHeaderSize)
コンストラクターの詳細
JettyServerProperties
public JettyServerProperties()
メソッドの詳細
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)