public abstract class HttpServerConfig extends Object
| Constructor and Description |
|---|
HttpServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.skife.config.TimeSpan |
getMaxIdletime() |
int |
getMaxThreads() |
int |
getMinThreads() |
int |
getResponseHeaderSize() |
Class<? extends HttpServer> |
getServerClass() |
File |
getServletContextBasePath()
Sets the location on the filesystem that is returned as the base
path from servlets and static content handlers.
|
org.skife.config.TimeSpan |
getShutdownTimeout() |
String |
getSSLKeystorePassword() |
String |
getSSLKeystorePath() |
String |
getSSLKeystoreType() |
org.skife.config.TimeSpan |
getThreadMaxIdletime() |
boolean |
isForwarded()
Use the X-Forwarded-For headers to set remote host, port etc.
|
boolean |
isIfModifiedSinceDisabled() |
boolean |
isJmxEnabled() |
public Class<? extends HttpServer> getServerClass()
public boolean isForwarded()
public int getMaxThreads()
public int getMinThreads()
public org.skife.config.TimeSpan getThreadMaxIdletime()
public org.skife.config.TimeSpan getMaxIdletime()
public org.skife.config.TimeSpan getShutdownTimeout()
public String getSSLKeystorePath()
public String getSSLKeystoreType()
public String getSSLKeystorePassword()
public int getResponseHeaderSize()
public boolean isJmxEnabled()
public File getServletContextBasePath()
public boolean isIfModifiedSinceDisabled()
Copyright © 2013 Ness Computing, Inc.. All Rights Reserved.