public class ServerConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getContextPath() |
Boolean |
getDirBrowsing() |
Boolean |
getEtags() |
Boolean |
getForceHttps() |
Boolean |
getForwardStartupException() |
GzipConfig |
getGzip() |
ServerConnectorConfig |
getHttp() |
ServerConnectorConfig |
getHttps() |
Integer |
getMaxThreads() |
Integer |
getMinThreads() |
Boolean |
getShowServerInfo() |
public String getBaseUrl()
public String getContextPath()
public Boolean getDirBrowsing()
public Boolean getEtags()
public Integer getMinThreads()
public Integer getMaxThreads()
public Boolean getForceHttps()
public Boolean getShowServerInfo()
public Boolean getForwardStartupException()
public ServerConnectorConfig getHttp()
public ServerConnectorConfig getHttps()
public GzipConfig getGzip()
Copyright © 2015–2020. All rights reserved.