public static class ServerProperties.Tomcat extends Object
Constructor and Description |
---|
ServerProperties.Tomcat() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAccessLogEnabled() |
String |
getAccessLogPattern() |
int |
getBackgroundProcessorDelay() |
File |
getBasedir() |
int |
getMaxThreads() |
String |
getProtocolHeader() |
String |
getRemoteIpHeader() |
void |
setAccessLogEnabled(boolean accessLogEnabled) |
void |
setAccessLogPattern(String accessLogPattern) |
void |
setBackgroundProcessorDelay(int backgroundProcessorDelay) |
void |
setBasedir(File basedir) |
void |
setMaxThreads(int maxThreads) |
void |
setProtocolHeader(String protocolHeader) |
void |
setRemoteIpHeader(String remoteIpHeader) |
public int getMaxThreads()
public void setMaxThreads(int maxThreads)
public boolean getAccessLogEnabled()
public void setAccessLogEnabled(boolean accessLogEnabled)
public int getBackgroundProcessorDelay()
public void setBackgroundProcessorDelay(int backgroundProcessorDelay)
public File getBasedir()
public void setBasedir(File basedir)
public String getAccessLogPattern()
public void setAccessLogPattern(String accessLogPattern)
public String getProtocolHeader()
public void setProtocolHeader(String protocolHeader)
public String getRemoteIpHeader()
public void setRemoteIpHeader(String remoteIpHeader)
Copyright © 2014. All rights reserved.