クラス ServerProperties.Tomcat
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- 含まれているクラス:
- ServerProperties
Tomcat プロパティ。
ネストされたクラスのサマリー
ネストされたクラス修飾子と型クラス説明static class
Tomcat アクセスログプロパティ。static class
static class
static class
Tomcat 静的リソースプロパティ。static class
Tomcat スレッドプロパティ。static enum
APR を使用する場合。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明int
int
int
int
boolean
void
setAcceptCount
(int acceptCount) void
setAdditionalTldSkipPatterns
(ListSE<StringSE> additionalTldSkipPatterns) void
setBackgroundProcessorDelay
(DurationSE backgroundProcessorDelay) void
setBasedir
(FileSE basedir) void
setConnectionTimeout
(DurationSE connectionTimeout) void
setKeepAliveTimeout
(DurationSE keepAliveTimeout) void
setMaxConnections
(int maxConnections) void
setMaxHttpFormPostSize
(DataSize maxHttpFormPostSize) void
setMaxHttpResponseHeaderSize
(DataSize maxHttpResponseHeaderSize) void
setMaxKeepAliveRequests
(int maxKeepAliveRequests) void
setMaxSwallowSize
(DataSize maxSwallowSize) void
setProcessorCache
(int processorCache) void
setRedirectContextRoot
(BooleanSE redirectContextRoot) void
setRelaxedPathChars
(ListSE<CharacterSE> relaxedPathChars) void
setRelaxedQueryChars
(ListSE<CharacterSE> relaxedQueryChars) void
setUriEncoding
(CharsetSE uriEncoding) void
void
setUseRelativeRedirects
(boolean useRelativeRedirects)
コンストラクターの詳細
Tomcat
public Tomcat()
メソッドの詳細
getMaxHttpFormPostSize
setMaxHttpFormPostSize
getAccesslog
getThreads
getBackgroundProcessorDelay
setBackgroundProcessorDelay
getBasedir
setBasedir
getRedirectContextRoot
setRedirectContextRoot
isUseRelativeRedirects
public boolean isUseRelativeRedirects()setUseRelativeRedirects
public void setUseRelativeRedirects(boolean useRelativeRedirects) getUriEncoding
setUriEncoding
getMaxConnections
public int getMaxConnections()setMaxConnections
public void setMaxConnections(int maxConnections) getMaxSwallowSize
setMaxSwallowSize
getAcceptCount
public int getAcceptCount()setAcceptCount
public void setAcceptCount(int acceptCount) getProcessorCache
public int getProcessorCache()setProcessorCache
public void setProcessorCache(int processorCache) getKeepAliveTimeout
setKeepAliveTimeout
getMaxKeepAliveRequests
public int getMaxKeepAliveRequests()setMaxKeepAliveRequests
public void setMaxKeepAliveRequests(int maxKeepAliveRequests) getAdditionalTldSkipPatterns
setAdditionalTldSkipPatterns
getRelaxedPathChars
setRelaxedPathChars
getRelaxedQueryChars
setRelaxedQueryChars
getConnectionTimeout
setConnectionTimeout
getResource
getMbeanregistry
getRemoteip
getMaxHttpResponseHeaderSize
setMaxHttpResponseHeaderSize
getUseApr
setUseApr