org.livetribe.slp.spi
Interface Defaults


public interface Defaults

Version:
$Revision: 200 $ $Date: 2006-08-09 14:17:10 +0200 (Wed, 09 Aug 2006) $

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

PORT

static final int PORT
Default value for the SLP port, 427.

See Also:
Constant Field Values

NOTIFICATION_PORT

static final int NOTIFICATION_PORT
Default value for the SLP notification port, 1847.

See Also:
Constant Field Values

MULTICAST_ADDRESS

static final String MULTICAST_ADDRESS
Default value for the SLP multicast address, 239.255.255.253.

See Also:
Constant Field Values

MAX_TRANSMISSION_UNIT

static final int MAX_TRANSMISSION_UNIT
Default value for the MTU, 1400 bytes.

See Also:
Constant Field Values

MULTICAST_TIME_TO_LIVE

static final int MULTICAST_TIME_TO_LIVE
Default value for the multicast TTL, 255.

See Also:
Constant Field Values

MULTICAST_MAX_WAIT

static final long MULTICAST_MAX_WAIT
Default value for the max multicast convergence wait, 15000 milliseconds.

See Also:
Constant Field Values

MULTICAST_TIMEOUTS

static final long[] MULTICAST_TIMEOUTS
Default values for the timeouts of the multicast convergence algorithm (in milliseconds).


TCP_READ_TIMEOUT

static final int TCP_READ_TIMEOUT
Default value for the TCP read timeout, 2000 milliseconds.

See Also:
Constant Field Values

TCP_MAX_MESSAGE_LENGTH

static final int TCP_MAX_MESSAGE_LENGTH
Default value for the TCP max message length, 8192 bytes.

See Also:
Constant Field Values

DA_SERVICE_EXPIRATION_PERIOD

static final int DA_SERVICE_EXPIRATION_PERIOD
Default value for DirectoryAgents of the period to check for expired services, 1 second.

See Also:
Constant Field Values

DA_ADVERTISEMENT_PERIOD

static final int DA_ADVERTISEMENT_PERIOD
Default value for DirectoryAgents of the period to advertise their presence, 10800 seconds.

See Also:
Constant Field Values

UA_DISCOVERY_PERIOD

static final long UA_DISCOVERY_PERIOD
Default value for UserAgents of the period to discover DirectoryAgents, 900 seconds.

See Also:
Constant Field Values

UA_DISCOVERY_INITIAL_WAIT_BOUND

static final int UA_DISCOVERY_INITIAL_WAIT_BOUND
Default value for UserAgent of the maximum time to wait before start discovery of DirectoryAgents, 3 seconds.

See Also:
Constant Field Values

SA_DISCOVERY_PERIOD

static final long SA_DISCOVERY_PERIOD
Default value for UserAgents of the period to discover DirectoryAgents, 900 seconds.

See Also:
Constant Field Values

SA_DISCOVERY_INITIAL_WAIT_BOUND

static final int SA_DISCOVERY_INITIAL_WAIT_BOUND
Default value for UserAgent of the maximum time to wait before start discovery of DirectoryAgents, 3 seconds.

See Also:
Constant Field Values


Copyright © 2006-2012 LiveTribe. All Rights Reserved.