Package com.eka.middleware.server
Class MiddlewareServer
java.lang.Object
com.eka.middleware.server.MiddlewareServer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SSLContextcreateSSLContext(String keyStoreFilePath, String password) static Stringstatic void
- 
Field Details- 
LOGGERpublic static org.apache.logging.log4j.Logger LOGGER
- 
builderpublic static final io.undertow.Undertow.Builder builder
- 
serverpublic static io.undertow.Undertow server
- 
BUILD_NAME- See Also:
 
- 
IS_COMMUNITY_VERSIONpublic static final boolean IS_COMMUNITY_VERSION
- 
allowRestrictedHeaders
- 
headless
- 
CONTAINER_DEPLOYMENT
- 
CONTAINER_ON_PRIM_DEPLOYMENT
- 
COMMUNITY_DEPLOYMENT
- 
CORE_DEPLOYMENT
- 
disableEndpointIdentification
 
- 
- 
Constructor Details- 
MiddlewareServerpublic MiddlewareServer()
 
- 
- 
Method Details- 
main- Throws:
- SystemException
 
- 
createSSLContextpublic static SSLContext createSSLContext(String keyStoreFilePath, String password) throws Exception - Throws:
- Exception
 
- 
getConfigFolderPath
 
-