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