public static class ServerProperties.Tomcat extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | ServerProperties.Tomcat.AccesslogTomcat アクセスログプロパティ。 |
static class | ServerProperties.Tomcat.Mbeanregistry |
static class | ServerProperties.Tomcat.ResourceTomcat 静的リソースプロパティ。 |
| コンストラクターと説明 |
|---|
Tomcat() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic int getMaxThreads()
public void setMaxThreads(int maxThreads)
public int getMinSpareThreads()
public void setMinSpareThreads(int minSpareThreads)
@DeprecatedSE @DeprecatedConfigurationProperty(replacement="server.tomcat.max-http-form-post-size") public org.springframework.util.unit.DataSize getMaxHttpPostSize()
@DeprecatedSE public void setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize)
public org.springframework.util.unit.DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize)
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 StringSE getHostHeader()
public void setHostHeader(StringSE hostHeader)
public CharsetSE getUriEncoding()
public void setUriEncoding(CharsetSE 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 void setAdditionalTldSkipPatterns(ListSE<StringSE> additionalTldSkipPatterns)
public ListSE<CharacterSE> getRelaxedPathChars()
public void setRelaxedPathChars(ListSE<CharacterSE> relaxedPathChars)
public ListSE<CharacterSE> getRelaxedQueryChars()
public void setRelaxedQueryChars(ListSE<CharacterSE> relaxedQueryChars)
public DurationSE getConnectionTimeout()
public void setConnectionTimeout(DurationSE connectionTimeout)
public ServerProperties.Tomcat.Resource getResource()
public ServerProperties.Tomcat.Mbeanregistry getMbeanregistry()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.