クラス ServerProperties
java.lang.ObjectSE
org.springframework.boot.web.server.autoconfigure.ServerProperties
Web サーバー用の
@ConfigurationProperties(ポートとパスの設定など)。- 導入:
- 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 classstatic enum転送ヘッダーをサポートするための戦略。static classリアクティブサーバーのプロパティ。static classサーブレットサーバーのプロパティ。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明@Nullable InetAddressSE@Nullable ServerProperties.ForwardHeadersStrategygetHttp2()@Nullable IntegerSEgetPort()@Nullable StringSE@Nullable SslgetSsl()voidsetAddress(@Nullable InetAddressSE address) voidsetForwardHeadersStrategy(@Nullable ServerProperties.ForwardHeadersStrategy forwardHeadersStrategy) voidsetMaxHttpRequestHeaderSize(DataSize maxHttpRequestHeaderSize) voidsetMimeMappings(MapSE<StringSE, StringSE> customMappings) voidvoidsetServerHeader(@Nullable StringSE serverHeader) voidsetShutdown(Shutdown shutdown) void
コンストラクターの詳細
ServerProperties
public ServerProperties()
メソッドの詳細
getPort
setPort
getAddress
setAddress
getServerHeader
setServerHeader
getMaxHttpRequestHeaderSize
setMaxHttpRequestHeaderSize
getShutdown
setShutdown
getSsl
setSsl
getCompression
getMimeMappings
setMimeMappings
getHttp2
getServlet
getReactive
getForwardHeadersStrategy
setForwardHeadersStrategy
public void setForwardHeadersStrategy(@Nullable ServerProperties.ForwardHeadersStrategy forwardHeadersStrategy)