public class SpincastConfig extends Object implements ISpincastConfig
| Constructor and Description |
|---|
SpincastConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContentTypesToSkipGziping() |
Locale |
getDefaultLocale() |
String |
getEnvironmentName() |
int |
getHttpServerPort() |
String |
getHttpsKeyStoreKeypass() |
String |
getHttpsKeyStorePath() |
String |
getHttpsKeyStoreStorePass() |
String |
getHttpsKeyStoreType() |
int |
getHttpsServerPort() |
int |
getRouteForwardingMaxNumber() |
String |
getServerHost() |
long |
getServerMaxRequestBodyBytes() |
File |
getSpincastWritableDir() |
boolean |
isDebugEnabled() |
boolean |
isRoutesCaseSensitive() |
public String getEnvironmentName()
getEnvironmentName in interface ISpincastConfigpublic int getHttpServerPort()
getHttpServerPort in interface ISpincastConfigpublic int getHttpsServerPort()
getHttpsServerPort in interface ISpincastConfigpublic String getHttpsKeyStorePath()
getHttpsKeyStorePath in interface ISpincastConfigpublic String getHttpsKeyStoreType()
getHttpsKeyStoreType in interface ISpincastConfigpublic String getHttpsKeyStoreStorePass()
getHttpsKeyStoreStorePass in interface ISpincastConfigpublic String getHttpsKeyStoreKeypass()
getHttpsKeyStoreKeypass in interface ISpincastConfigpublic String getServerHost()
getServerHost in interface ISpincastConfigpublic boolean isDebugEnabled()
isDebugEnabled in interface ISpincastConfigpublic boolean isRoutesCaseSensitive()
isRoutesCaseSensitive in interface ISpincastConfigpublic long getServerMaxRequestBodyBytes()
getServerMaxRequestBodyBytes in interface ISpincastConfigpublic List<String> getContentTypesToSkipGziping()
getContentTypesToSkipGziping in interface ISpincastConfigpublic File getSpincastWritableDir()
getSpincastWritableDir in interface ISpincastConfigpublic Locale getDefaultLocale()
getDefaultLocale in interface ISpincastConfigpublic int getRouteForwardingMaxNumber()
getRouteForwardingMaxNumber in interface ISpincastConfigCopyright © 2016. All rights reserved.