public class SpincastTestConfig extends SpincastConfig
| Constructor and Description |
|---|
SpincastTestConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpServerPort()
We use a free port.
|
String |
getServerHost()
The host/IP on which the server will listen to.
|
boolean |
isDebugEnabled()
We do not run in "debug" mode.
|
boolean |
isRoutesCaseSensitive()
Are the URLS case-sensitive or not, during the route matching
process?
The default value is
false. |
getContentTypesToSkipGziping, getDefaultLocale, getEnvironmentName, getHttpsKeyStoreKeypass, getHttpsKeyStorePath, getHttpsKeyStoreStorePass, getHttpsKeyStoreType, getHttpsServerPort, getRouteForwardingMaxNumber, getServerMaxRequestBodyBytes, getSpincastWritableDirpublic boolean isDebugEnabled()
isDebugEnabled in interface ISpincastConfigisDebugEnabled in class SpincastConfigtrue if debug mode is enabled.public boolean isRoutesCaseSensitive()
ISpincastConfigfalse.isRoutesCaseSensitive in interface ISpincastConfigisRoutesCaseSensitive in class SpincastConfigpublic String getServerHost()
ISpincastConfig0.0.0.0.getServerHost in interface ISpincastConfiggetServerHost in class SpincastConfigpublic int getHttpServerPort()
getHttpServerPort in interface ISpincastConfiggetHttpServerPort in class SpincastConfigCopyright © 2016. All rights reserved.