|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Defaults
Field Summary | |
---|---|
static int |
DA_ADVERTISEMENT_PERIOD
Default value for DirectoryAgents of the period to advertise their presence, 10800 seconds. |
static int |
DA_SERVICE_EXPIRATION_PERIOD
Default value for DirectoryAgents of the period to check for expired services, 1 second. |
static int |
MAX_TRANSMISSION_UNIT
Default value for the MTU, 1400 bytes. |
static String |
MULTICAST_ADDRESS
Default value for the SLP multicast address, 239.255.255.253. |
static long |
MULTICAST_MAX_WAIT
Default value for the max multicast convergence wait, 15000 milliseconds. |
static int |
MULTICAST_TIME_TO_LIVE
Default value for the multicast TTL, 255. |
static long[] |
MULTICAST_TIMEOUTS
Default values for the timeouts of the multicast convergence algorithm (in milliseconds). |
static int |
NOTIFICATION_PORT
Default value for the SLP notification port, 1847. |
static int |
PORT
Default value for the SLP port, 427. |
static int |
SA_DISCOVERY_INITIAL_WAIT_BOUND
Default value for UserAgent of the maximum time to wait before start discovery of DirectoryAgents, 3 seconds. |
static long |
SA_DISCOVERY_PERIOD
Default value for UserAgents of the period to discover DirectoryAgents, 900 seconds. |
static int |
TCP_MAX_MESSAGE_LENGTH
Default value for the TCP max message length, 8192 bytes. |
static int |
TCP_READ_TIMEOUT
Default value for the TCP read timeout, 2000 milliseconds. |
static int |
UA_DISCOVERY_INITIAL_WAIT_BOUND
Default value for UserAgent of the maximum time to wait before start discovery of DirectoryAgents, 3 seconds. |
static long |
UA_DISCOVERY_PERIOD
Default value for UserAgents of the period to discover DirectoryAgents, 900 seconds. |
Field Detail |
---|
static final int PORT
static final int NOTIFICATION_PORT
static final String MULTICAST_ADDRESS
static final int MAX_TRANSMISSION_UNIT
static final int MULTICAST_TIME_TO_LIVE
static final long MULTICAST_MAX_WAIT
static final long[] MULTICAST_TIMEOUTS
static final int TCP_READ_TIMEOUT
static final int TCP_MAX_MESSAGE_LENGTH
static final int DA_SERVICE_EXPIRATION_PERIOD
static final int DA_ADVERTISEMENT_PERIOD
static final long UA_DISCOVERY_PERIOD
static final int UA_DISCOVERY_INITIAL_WAIT_BOUND
static final long SA_DISCOVERY_PERIOD
static final int SA_DISCOVERY_INITIAL_WAIT_BOUND
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |