クラス TomcatServerProperties

java.lang.ObjectSE
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties

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

    • TomcatServerProperties

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

    • getBackgroundProcessorDelay

      public DurationSE getBackgroundProcessorDelay()
    • setBackgroundProcessorDelay

      public void setBackgroundProcessorDelay(DurationSE backgroundProcessorDelay)
    • getBasedir

      public @Nullable FileSE getBasedir()
    • setBasedir

      public void setBasedir(@Nullable FileSE basedir)
    • getRedirectContextRoot

      public BooleanSE getRedirectContextRoot()
    • setRedirectContextRoot

      public void setRedirectContextRoot(BooleanSE redirectContextRoot)
    • isUseRelativeRedirects

      public boolean isUseRelativeRedirects()
    • setUseRelativeRedirects

      public void setUseRelativeRedirects(boolean useRelativeRedirects)
    • getUriEncoding

      public CharsetSE getUriEncoding()
    • setUriEncoding

      public void setUriEncoding(CharsetSE uriEncoding)
    • getMaxConnections

      public int getMaxConnections()
    • setMaxConnections

      public void setMaxConnections(int maxConnections)
    • getMaxSwallowSize

      public DataSize getMaxSwallowSize()
    • setMaxSwallowSize

      public void setMaxSwallowSize(DataSize maxSwallowSize)
    • getAcceptCount

      public int getAcceptCount()
    • setAcceptCount

      public void setAcceptCount(int acceptCount)
    • getProcessorCache

      public int getProcessorCache()
    • setProcessorCache

      public void setProcessorCache(int processorCache)
    • getKeepAliveTimeout

      public @Nullable DurationSE getKeepAliveTimeout()
    • setKeepAliveTimeout

      public void setKeepAliveTimeout(@Nullable DurationSE keepAliveTimeout)
    • getMaxKeepAliveRequests

      public int getMaxKeepAliveRequests()
    • setMaxKeepAliveRequests

      public void setMaxKeepAliveRequests(int maxKeepAliveRequests)
    • getAdditionalTldSkipPatterns

      public ListSE<StringSE> getAdditionalTldSkipPatterns()
    • setAdditionalTldSkipPatterns

      public void setAdditionalTldSkipPatterns(ListSE<StringSE> additionalTldSkipPatterns)
    • getRelaxedPathChars

      public ListSE<CharacterSE> getRelaxedPathChars()
    • setRelaxedPathChars

      public void setRelaxedPathChars(ListSE<CharacterSE> relaxedPathChars)
    • getRelaxedQueryChars

      public ListSE<CharacterSE> getRelaxedQueryChars()
    • setRelaxedQueryChars

      public void setRelaxedQueryChars(ListSE<CharacterSE> relaxedQueryChars)
    • getConnectionTimeout

      public @Nullable DurationSE getConnectionTimeout()
    • setConnectionTimeout

      public void setConnectionTimeout(@Nullable DurationSE connectionTimeout)
    • getMaxHttpResponseHeaderSize

      public DataSize getMaxHttpResponseHeaderSize()
    • setMaxHttpResponseHeaderSize

      public void setMaxHttpResponseHeaderSize(DataSize maxHttpResponseHeaderSize)
    • getMaxHttpFormPostSize

      public DataSize getMaxHttpFormPostSize()
    • setMaxHttpFormPostSize

      public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
    • getMaxPartHeaderSize

      public DataSize getMaxPartHeaderSize()
    • setMaxPartHeaderSize

      public void setMaxPartHeaderSize(DataSize maxPartHeaderSize)
    • getMaxPartCount

      public int getMaxPartCount()
    • setMaxPartCount

      public void setMaxPartCount(int maxPartCount)
    • getMaxParameterCount

      public int getMaxParameterCount()
    • setMaxParameterCount

      public void setMaxParameterCount(int maxParameterCount)
    • getUseApr

      public TomcatServerProperties.UseApr getUseApr()
    • setUseApr

      public void setUseApr(TomcatServerProperties.UseApr useApr)
    • getAccesslog

      public TomcatServerProperties.Accesslog getAccesslog()
    • getThreads

      public TomcatServerProperties.Threads getThreads()
    • getResource

      public TomcatServerProperties.Resource getResource()
    • getMbeanregistry

      public TomcatServerProperties.Mbeanregistry getMbeanregistry()
    • getRemoteip

      public TomcatServerProperties.Remoteip getRemoteip()