public static class ServerProperties.Tomcat extends 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.Resource
Tomcat static resource properties.
|
Constructor and Description |
---|
Tomcat() |
public int getMaxThreads()
public void setMaxThreads(int maxThreads)
public int getMinSpareThreads()
public void setMinSpareThreads(int minSpareThreads)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.tomcat.max-http-form-post-size") public DataSize getMaxHttpPostSize()
@Deprecated public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
public ServerProperties.Tomcat.Accesslog getAccesslog()
public Duration getBackgroundProcessorDelay()
public void setBackgroundProcessorDelay(Duration backgroundProcessorDelay)
public File getBasedir()
public void setBasedir(File basedir)
public String getInternalProxies()
public void setInternalProxies(String internalProxies)
public String getProtocolHeader()
public void setProtocolHeader(String protocolHeader)
public String getProtocolHeaderHttpsValue()
public void setProtocolHeaderHttpsValue(String protocolHeaderHttpsValue)
public String getPortHeader()
public void setPortHeader(String portHeader)
public Boolean getRedirectContextRoot()
public void setRedirectContextRoot(Boolean redirectContextRoot)
@Deprecated public Boolean getUseRelativeRedirects()
public boolean isUseRelativeRedirects()
public void setUseRelativeRedirects(boolean useRelativeRedirects)
@Deprecated public void setUseRelativeRedirects(Boolean useRelativeRedirects)
public String getRemoteIpHeader()
public void setRemoteIpHeader(String remoteIpHeader)
public String getHostHeader()
public void setHostHeader(String hostHeader)
public Charset getUriEncoding()
public void setUriEncoding(Charset uriEncoding)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
public DataSize getMaxSwallowSize()
public void setMaxSwallowSize(DataSize maxSwallowSize)
public int getAcceptCount()
public void setAcceptCount(int acceptCount)
public int getProcessorCache()
public void setProcessorCache(int processorCache)
public void setAdditionalTldSkipPatterns(List<String> additionalTldSkipPatterns)
public Duration getConnectionTimeout()
public void setConnectionTimeout(Duration connectionTimeout)
public ServerProperties.Tomcat.Resource getResource()
public ServerProperties.Tomcat.Mbeanregistry getMbeanregistry()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.