com.nesscomputing.httpserver
Class HttpServerConfig

java.lang.Object
  extended by com.nesscomputing.httpserver.HttpServerConfig

public abstract class HttpServerConfig
extends Object


Constructor Summary
HttpServerConfig()
           
 
Method Summary
 int getMaxIdletime()
           
 int getMaxThreads()
           
 int getMinThreads()
           
 int getResponseHeaderSize()
           
 Class<? extends HttpServer> getServerClass()
           
 org.skife.config.TimeSpan getShutdownTimeout()
           
 String getSSLKeystorePassword()
           
 String getSSLKeystorePath()
           
 String getSSLKeystoreType()
           
 int getThreadMaxIdletime()
           
 boolean isExternalHttpEnabled()
           
 boolean isExternalHttpForwarded()
           
 boolean isExternalHttpsEnabled()
           
 boolean isExternalHttpsForwarded()
           
 boolean isInternalHttpEnabled()
           
 boolean isInternalHttpForwarded()
           
 boolean isInternalHttpsEnabled()
           
 boolean isInternalHttpsForwarded()
           
 boolean isJmxEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerConfig

public HttpServerConfig()
Method Detail

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.