クラス NettyServerProperties

java.lang.ObjectSE
org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties

@ConfigurationProperties("server.netty") public class NettyServerProperties extends ObjectSE
Netty サーバーのプロパティ。
導入:
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
  • コンストラクターの詳細

    • NettyServerProperties

      public NettyServerProperties()
  • メソッドの詳細

    • getConnectionTimeout

      public @Nullable DurationSE getConnectionTimeout()
    • setConnectionTimeout

      public void setConnectionTimeout(@Nullable DurationSE connectionTimeout)
    • getH2cMaxContentLength

      public DataSize getH2cMaxContentLength()
    • setH2cMaxContentLength

      public void setH2cMaxContentLength(DataSize h2cMaxContentLength)
    • getInitialBufferSize

      public DataSize getInitialBufferSize()
    • setInitialBufferSize

      public void setInitialBufferSize(DataSize initialBufferSize)
    • getMaxInitialLineLength

      public DataSize getMaxInitialLineLength()
    • setMaxInitialLineLength

      public void setMaxInitialLineLength(DataSize maxInitialLineLength)
    • getMaxKeepAliveRequests

      public @Nullable IntegerSE getMaxKeepAliveRequests()
    • setMaxKeepAliveRequests

      public void setMaxKeepAliveRequests(@Nullable IntegerSE maxKeepAliveRequests)
    • isValidateHeaders

      public boolean isValidateHeaders()
    • setValidateHeaders

      public void setValidateHeaders(boolean validateHeaders)
    • getIdleTimeout

      public @Nullable DurationSE getIdleTimeout()
    • setIdleTimeout

      public void setIdleTimeout(@Nullable DurationSE idleTimeout)