public static class ServerProperties.Tomcat
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerProperties.Tomcat.Accesslog
Tomcat access log properties.
|
static class |
ServerProperties.Tomcat.Mbeanregistry |
static class |
ServerProperties.Tomcat.Remoteip |
static class |
ServerProperties.Tomcat.Resource
Tomcat static resource properties.
|
static class |
ServerProperties.Tomcat.Threads
Tomcat thread properties.
|
| Constructor and Description |
|---|
Tomcat() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcceptCount() |
ServerProperties.Tomcat.Accesslog |
getAccesslog() |
java.util.List<java.lang.String> |
getAdditionalTldSkipPatterns() |
java.time.Duration |
getBackgroundProcessorDelay() |
java.io.File |
getBasedir() |
java.time.Duration |
getConnectionTimeout() |
java.time.Duration |
getKeepAliveTimeout() |
int |
getMaxConnections() |
org.springframework.util.unit.DataSize |
getMaxHttpFormPostSize() |
int |
getMaxKeepAliveRequests() |
org.springframework.util.unit.DataSize |
getMaxSwallowSize() |
ServerProperties.Tomcat.Mbeanregistry |
getMbeanregistry() |
int |
getProcessorCache() |
java.lang.Boolean |
getRedirectContextRoot() |
java.util.List<java.lang.Character> |
getRelaxedPathChars() |
java.util.List<java.lang.Character> |
getRelaxedQueryChars() |
ServerProperties.Tomcat.Remoteip |
getRemoteip() |
ServerProperties.Tomcat.Resource |
getResource() |
ServerProperties.Tomcat.Threads |
getThreads() |
java.nio.charset.Charset |
getUriEncoding() |
boolean |
isUseRelativeRedirects() |
void |
setAcceptCount(int acceptCount) |
void |
setAdditionalTldSkipPatterns(java.util.List<java.lang.String> additionalTldSkipPatterns) |
void |
setBackgroundProcessorDelay(java.time.Duration backgroundProcessorDelay) |
void |
setBasedir(java.io.File basedir) |
void |
setConnectionTimeout(java.time.Duration connectionTimeout) |
void |
setKeepAliveTimeout(java.time.Duration keepAliveTimeout) |
void |
setMaxConnections(int maxConnections) |
void |
setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize) |
void |
setMaxKeepAliveRequests(int maxKeepAliveRequests) |
void |
setMaxSwallowSize(org.springframework.util.unit.DataSize maxSwallowSize) |
void |
setProcessorCache(int processorCache) |
void |
setRedirectContextRoot(java.lang.Boolean redirectContextRoot) |
void |
setRelaxedPathChars(java.util.List<java.lang.Character> relaxedPathChars) |
void |
setRelaxedQueryChars(java.util.List<java.lang.Character> relaxedQueryChars) |
void |
setUriEncoding(java.nio.charset.Charset uriEncoding) |
void |
setUseRelativeRedirects(boolean useRelativeRedirects) |
public org.springframework.util.unit.DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize)
public ServerProperties.Tomcat.Accesslog getAccesslog()
public ServerProperties.Tomcat.Threads getThreads()
public java.time.Duration getBackgroundProcessorDelay()
public void setBackgroundProcessorDelay(java.time.Duration backgroundProcessorDelay)
public java.io.File getBasedir()
public void setBasedir(java.io.File basedir)
public java.lang.Boolean getRedirectContextRoot()
public void setRedirectContextRoot(java.lang.Boolean redirectContextRoot)
public boolean isUseRelativeRedirects()
public void setUseRelativeRedirects(boolean useRelativeRedirects)
public java.nio.charset.Charset getUriEncoding()
public void setUriEncoding(java.nio.charset.Charset uriEncoding)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
public org.springframework.util.unit.DataSize getMaxSwallowSize()
public void setMaxSwallowSize(org.springframework.util.unit.DataSize maxSwallowSize)
public int getAcceptCount()
public void setAcceptCount(int acceptCount)
public int getProcessorCache()
public void setProcessorCache(int processorCache)
public java.time.Duration getKeepAliveTimeout()
public void setKeepAliveTimeout(java.time.Duration keepAliveTimeout)
public int getMaxKeepAliveRequests()
public void setMaxKeepAliveRequests(int maxKeepAliveRequests)
public java.util.List<java.lang.String> getAdditionalTldSkipPatterns()
public void setAdditionalTldSkipPatterns(java.util.List<java.lang.String> additionalTldSkipPatterns)
public java.util.List<java.lang.Character> getRelaxedPathChars()
public void setRelaxedPathChars(java.util.List<java.lang.Character> relaxedPathChars)
public java.util.List<java.lang.Character> getRelaxedQueryChars()
public void setRelaxedQueryChars(java.util.List<java.lang.Character> relaxedQueryChars)
public java.time.Duration getConnectionTimeout()
public void setConnectionTimeout(java.time.Duration connectionTimeout)
public ServerProperties.Tomcat.Resource getResource()
public ServerProperties.Tomcat.Mbeanregistry getMbeanregistry()
public ServerProperties.Tomcat.Remoteip getRemoteip()