public static class ServerProperties.Tomcat extends ObjectSE
修飾子と型 | クラスと説明 |
---|---|
static class | ServerProperties.Tomcat.Accesslog Tomcat アクセスログプロパティ。 |
static class | ServerProperties.Tomcat.Resource Tomcat 静的リソースプロパティ。 |
コンストラクターと説明 |
---|
Tomcat() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public int getMaxThreads()
public void setMaxThreads(int maxThreads)
public int getMinSpareThreads()
public void setMinSpareThreads(int minSpareThreads)
public DataSize getMaxHttpPostSize()
public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public ServerProperties.Tomcat.Accesslog getAccesslog()
public DurationSE getBackgroundProcessorDelay()
public void setBackgroundProcessorDelay(DurationSE backgroundProcessorDelay)
public FileSE getBasedir()
public void setBasedir(FileSE basedir)
public StringSE getInternalProxies()
public void setInternalProxies(StringSE internalProxies)
public StringSE getProtocolHeader()
public void setProtocolHeader(StringSE protocolHeader)
public StringSE getProtocolHeaderHttpsValue()
public void setProtocolHeaderHttpsValue(StringSE protocolHeaderHttpsValue)
public StringSE getPortHeader()
public void setPortHeader(StringSE portHeader)
public BooleanSE getRedirectContextRoot()
public void setRedirectContextRoot(BooleanSE redirectContextRoot)
public BooleanSE getUseRelativeRedirects()
public void setUseRelativeRedirects(BooleanSE useRelativeRedirects)
public StringSE getRemoteIpHeader()
public void setRemoteIpHeader(StringSE remoteIpHeader)
public CharsetSE getUriEncoding()
public void setUriEncoding(CharsetSE uriEncoding)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
@DeprecatedSE @DeprecatedConfigurationProperty(replacement="server.max-http-header-size") public DataSize getMaxHttpHeaderSize()
@DeprecatedSE public void setMaxHttpHeaderSize(DataSize maxHttpHeaderSize)
public DataSize getMaxSwallowSize()
public void setMaxSwallowSize(DataSize maxSwallowSize)
public int getAcceptCount()
public void setAcceptCount(int acceptCount)
public void setAdditionalTldSkipPatterns(ListSE<StringSE> additionalTldSkipPatterns)
public ServerProperties.Tomcat.Resource getResource()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.