public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DAEMON |
static int |
DEFAULT_DAEMON_PORT |
static int |
DEFAULT_PATH_EXPIRY_MARGIN
Time (in seconds) before expiration at which a paths is automatically renewed.
|
static boolean |
DEFAULT_RESOLVER_MINIMIZE_REQUESTS |
static boolean |
DEFAULT_USE_OS_SEARCH_DOMAINS |
static int |
DISPATCHER_PORT
Deprecated.
Dispatcher support will be removed soon.
|
static String |
ENV_BOOTSTRAP_HOST
Address of bootstrap server (http), e.g.
|
static String |
ENV_BOOTSTRAP_NAPTR_NAME
Host name of DNS entry with NAPTR record for bootstrap service.
|
static String |
ENV_BOOTSTRAP_TOPO_FILE
path/file name for topology file.
|
static String |
ENV_DAEMON |
static String |
ENV_DNS_SEARCH_DOMAINS |
static String |
ENV_HOSTS_FILES
Semicolon separated list of full paths of SCION hosts files.
|
static String |
ENV_PATH_EXPIRY_MARGIN
Paths are refreshed when their expiry is less than X seconds away.
|
static String |
ENV_RESOLVER_MINIMIZE_REQUESTS
Enable minimization of segment requests during path construction.
|
static String |
ENV_SHIM |
static String |
ENV_USE_OS_SEARCH_DOMAINS |
static String |
PROPERTY_BOOTSTRAP_HOST
Address of bootstrap server (http), e.g.
|
static String |
PROPERTY_BOOTSTRAP_NAPTR_NAME
Host name of DNS entry with NAPTR record for bootstrap service.
|
static String |
PROPERTY_BOOTSTRAP_TOPO_FILE
path/file name for topology file.
|
static String |
PROPERTY_DAEMON |
static String |
PROPERTY_DNS_SEARCH_DOMAINS
Provide list of DNS search domains.
|
static String |
PROPERTY_HOSTS_FILES
Semicolon separated list of full paths of SCION hosts files.
|
static String |
PROPERTY_PATH_EXPIRY_MARGIN
Paths are refreshed when their expiry is less than X seconds away.
|
static String |
PROPERTY_RESOLVER_MINIMIZE_REQUESTS
Enable minimization of segment requests during path construction.
|
static String |
PROPERTY_SHIM
Run the SHIM (or not).
|
static String |
PROPERTY_USE_OS_SEARCH_DOMAINS
Disable usage of OS search domains for DNS lookup, e.g.
|
static int |
SCMP_PORT |
public static final int SCMP_PORT
@Deprecated public static final int DISPATCHER_PORT
public static final String PROPERTY_DAEMON
public static final String ENV_DAEMON
public static final int DEFAULT_DAEMON_PORT
public static final String DEFAULT_DAEMON
public static final String PROPERTY_BOOTSTRAP_HOST
public static final String ENV_BOOTSTRAP_HOST
public static final String PROPERTY_BOOTSTRAP_NAPTR_NAME
public static final String ENV_BOOTSTRAP_NAPTR_NAME
public static final String PROPERTY_BOOTSTRAP_TOPO_FILE
public static final String ENV_BOOTSTRAP_TOPO_FILE
public static final String PROPERTY_PATH_EXPIRY_MARGIN
public static final String ENV_PATH_EXPIRY_MARGIN
public static final String PROPERTY_HOSTS_FILES
public static final String ENV_HOSTS_FILES
public static final int DEFAULT_PATH_EXPIRY_MARGIN
public static final String PROPERTY_RESOLVER_MINIMIZE_REQUESTS
public static final String ENV_RESOLVER_MINIMIZE_REQUESTS
public static final boolean DEFAULT_RESOLVER_MINIMIZE_REQUESTS
public static final String PROPERTY_USE_OS_SEARCH_DOMAINS
public static final String ENV_USE_OS_SEARCH_DOMAINS
public static final boolean DEFAULT_USE_OS_SEARCH_DOMAINS
public static final String PROPERTY_DNS_SEARCH_DOMAINS
public static final String ENV_DNS_SEARCH_DOMAINS
public static final String PROPERTY_SHIM
public static final String ENV_SHIM
Copyright © 2024. All rights reserved.