クラス ServerProperties.Tomcat

java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
含まれているクラス:
ServerProperties

public static class ServerProperties.Tomcat extends ObjectSE
Tomcat プロパティ。
  • コンストラクターの詳細

    • Tomcat

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

    • getMaxHttpFormPostSize

      public DataSize getMaxHttpFormPostSize()
    • setMaxHttpFormPostSize

      public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
    • getAccesslog

      public ServerProperties.Tomcat.Accesslog getAccesslog()
    • getThreads

      public ServerProperties.Tomcat.Threads getThreads()
    • getBackgroundProcessorDelay

      public DurationSE getBackgroundProcessorDelay()
    • setBackgroundProcessorDelay

      public void setBackgroundProcessorDelay(DurationSE backgroundProcessorDelay)
    • getBasedir

      public FileSE getBasedir()
    • setBasedir

      public void setBasedir(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 DurationSE getKeepAliveTimeout()
    • setKeepAliveTimeout

      public void setKeepAliveTimeout(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 DurationSE getConnectionTimeout()
    • setConnectionTimeout

      public void setConnectionTimeout(DurationSE connectionTimeout)
    • isRejectIllegalHeader

      @DeprecatedSE(since="3.2.0", forRemoval=true) @DeprecatedConfigurationProperty(reason="The setting has been deprecated in Tomcat", since="3.2.0") public boolean isRejectIllegalHeader()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • setRejectIllegalHeader

      @DeprecatedSE(since="3.2.0", forRemoval=true) public void setRejectIllegalHeader(boolean rejectIllegalHeader)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getResource

      public ServerProperties.Tomcat.Resource getResource()
    • getMbeanregistry

      public ServerProperties.Tomcat.Mbeanregistry getMbeanregistry()
    • getRemoteip

      public ServerProperties.Tomcat.Remoteip getRemoteip()
    • getMaxHttpResponseHeaderSize

      public DataSize getMaxHttpResponseHeaderSize()
    • setMaxHttpResponseHeaderSize

      public void setMaxHttpResponseHeaderSize(DataSize maxHttpResponseHeaderSize)