Package org.jumpmind.symmetric.common
Class ServerConstants
java.lang.Object
org.jumpmind.symmetric.common.ServerConstants
These are properties that are server wide. They can be accessed via the parameter service or via System properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HOST_BIND_NAME
- See Also:
-
HTTP_ENABLE
- See Also:
-
HTTP_PORT
- See Also:
-
HTTPS_ENABLE
- See Also:
-
HTTPS_PORT
- See Also:
-
HTTPS2_ENABLE
- See Also:
-
HTTPS_VERIFIED_SERVERS
- See Also:
-
HTTPS_ALLOW_SELF_SIGNED_CERTS
- See Also:
-
HTTPS_NEED_CLIENT_AUTH
- See Also:
-
HTTPS_WANT_CLIENT_AUTH
- See Also:
-
SERVER_ALLOW_DIR_LISTING
- See Also:
-
SERVER_ALLOW_HTTP_METHODS
- See Also:
-
SERVER_DISALLOW_HTTP_METHODS
- See Also:
-
SERVER_HTTP_COOKIES_ENABLED
- See Also:
-
STREAM_TO_FILE_ENCRYPT_ENABLED
- See Also:
-
STREAM_TO_FILE_COMPRESSION_ENABLED
- See Also:
-
STREAM_TO_FILE_COMPRESSION_LEVEL
- See Also:
-
SERVER_ENGINE_URI_INTERCEPTORS
- See Also:
-
HTTP_TRANSPORT_MANAGER_CLASS
- See Also:
-
SERVER_ACCESS_LOG_ENABLED
- See Also:
-
SERVER_ACCESS_LOG_FILE
- See Also:
-
SERVER_COOKIE_NAME
- See Also:
-
SERVER_CONNECTION_IDLE_TIMEOUT
- See Also:
-
SERVER_SERVLET_CONTEXT_PATH
- See Also:
-
SERVER_SINGLE_PROPERTIES_FILE
- See Also:
-
-
Constructor Details
-
ServerConstants
public ServerConstants()
-