public interface PropertiesFileKeys
Modifier and Type | Field and Description |
---|---|
static String |
CHIPER_CLASS
System property indicating the
SocketCipher that should be loaded
to manage channel encryption. |
static String |
CONNECTION_MODE
System property used to determine if the connection should be set up as a
client (use value CLIENT) or as a server (use value SERVER).
|
static String |
EXPORT_ATTEMPTS
System property indicating the maximum number of export attempts.
|
static String |
PRE_CONN_CACHE
System property indicating if the gateway should cache messages before
the connection is actually established.
|
static String |
QUEUES
System property indicating the maximum size of message queues
|
static String |
REMOTE_HOST
System property used for specifying remote Space Gateways addresses that
is running in Server Mode and that we should connect to
|
static String |
SECURITY_DEFINITION
System property that defines the turtle file that defines which imports,
exports, and messages are allowed or denied.
|
static String |
SERVER_THREADS
System property indicating the number of threads to be used for server
mode.
|
static String |
SOCKET_PORT
System property used for specifying the socket port of the Space Gateway
to connec to, in case that it is running in Server-Mode it is the socket
to listen to.
|
static String |
TIMEOUT
System property defining the time in milliseconds for which the gateway
should wait.
|
static final String REMOTE_HOST
static final String SOCKET_PORT
static final String CONNECTION_MODE
static final String SECURITY_DEFINITION
static final String CHIPER_CLASS
SocketCipher
that should be loaded
to manage channel encryption. Each SocketCipher
should have its
own configuration entries.static final String TIMEOUT
static final String PRE_CONN_CACHE
static final String QUEUES
static final String EXPORT_ATTEMPTS
static final String SERVER_THREADS
Copyright © 2018 universAAL Consortium. All rights reserved.