public interface Configuration
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BROADCAST_PERIOD |
static boolean |
DEFAULT_JDP_ENABLE_AUTO_DISCOVERY |
static int |
DEFAULT_MAX_HEART_BEAT_TIMEOUT |
static java.lang.String |
DEFAULT_MULTICAST_ADDRESS |
static int |
DEFAULT_MULTICAST_PORT |
static short |
DEFAULT_TTL |
Modifier and Type | Method and Description |
---|---|
int |
getBroadcastPeriod()
The time to wait between broadcasts, in milliseconds.
|
int |
getMaxHeartBeatTimeout() |
java.net.InetAddress |
getMulticastAddress()
The multicast group to join.
|
int |
getMulticastPort()
The multicast port to use.
|
short |
getTTL()
The "time to live" for the JDP packets.
|
static final int DEFAULT_MULTICAST_PORT
static final int DEFAULT_BROADCAST_PERIOD
static final short DEFAULT_TTL
static final java.lang.String DEFAULT_MULTICAST_ADDRESS
static final int DEFAULT_MAX_HEART_BEAT_TIMEOUT
static final boolean DEFAULT_JDP_ENABLE_AUTO_DISCOVERY
java.net.InetAddress getMulticastAddress()
InetAddress
for the multicast group to join.int getMulticastPort()
int getBroadcastPeriod()
Note: the server will need to be restarted for any changes to take effect.
short getTTL()
Note: the server will need to be restarted for any changes to take effect.
int getMaxHeartBeatTimeout()