com.nesscomputing.httpserver
Class HttpServerConfig
java.lang.Object
com.nesscomputing.httpserver.HttpServerConfig
public abstract class HttpServerConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServerConfig
public HttpServerConfig()
getServerClass
public Class<? extends HttpServer> getServerClass()
isInternalHttpEnabled
public boolean isInternalHttpEnabled()
isInternalHttpsEnabled
public boolean isInternalHttpsEnabled()
isExternalHttpEnabled
public boolean isExternalHttpEnabled()
isExternalHttpsEnabled
public boolean isExternalHttpsEnabled()
isInternalHttpForwarded
public boolean isInternalHttpForwarded()
isInternalHttpsForwarded
public boolean isInternalHttpsForwarded()
isExternalHttpForwarded
public boolean isExternalHttpForwarded()
isExternalHttpsForwarded
public boolean isExternalHttpsForwarded()
getMaxThreads
public int getMaxThreads()
getMinThreads
public int getMinThreads()
getThreadMaxIdletime
public int getThreadMaxIdletime()
getMaxIdletime
public int getMaxIdletime()
getShutdownTimeout
public org.skife.config.TimeSpan getShutdownTimeout()
getSSLKeystorePath
public String getSSLKeystorePath()
getSSLKeystoreType
public String getSSLKeystoreType()
getSSLKeystorePassword
public String getSSLKeystorePassword()
getResponseHeaderSize
public int getResponseHeaderSize()
isJmxEnabled
public boolean isJmxEnabled()
Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.