public interface SLPConfigProperties
System.setProperty(name, value)
. Note that these properties have
global VM scope.Modifier and Type | Field and Description |
---|---|
static String |
NET_SLP_CONFIG_URL
A URL string giving the location of the SLP config file.
|
static String |
NET_SLP_DA_ACTIVE_DISCOVERY_GRANULARITY
A 16 bit positive integer giving the number of seconds the DA url
lifetime should exceed the discovery interval.
Default is 900 seconds (15 minutes). SBLIM specific extension to RFC 2614 |
static String |
NET_SLP_DA_ACTIVE_DISCOVERY_INTERVAL
A 16 bit positive integer giving the number of seconds between DA active
discovery queries.
Default is 900 seconds (15 minutes). If the property is set to zero, active discovery is turned off. |
static String |
NET_SLP_DA_ADDRESSES
A value-list of IP addresses or DNS resolvable host names giving the
SLPv2 DAs to use for statically configured UAs and SAs.
|
static String |
NET_SLP_DA_ATTRIBUTES
A comma-separated list of parenthesized attribute/value list pairs that
the DA must advertise in DAAdverts.
|
static String |
NET_SLP_DA_DISCOVERY_TIMEOUTS
A value-list of 32 bit integers used as timeouts, in milliseconds, to
implement the multicast convergence algorithm during active DA discovery.
|
static String |
NET_SLP_DA_HEARTBEAT
A 32 bit integer giving the number of seconds for the DA heartbeat.
|
static String |
NET_SLP_DATAGRAM_TIMEOUTS
A value-list of 32 bit integers used as timeouts, in milliseconds, to
implement unicast datagram transmission to DAs.
|
static String |
NET_SLP_INTERFACES
Value-list of strings giving the IP addresses of network interfaces on
which the DA or SA should listen on port 427 for multicast, unicast UDP,
and TCP messages.
Default is empty, i.e. |
static String |
NET_SLP_IS_BROADCAST_ONLY
A boolean indicating if broadcast should be used instead of multicast.
Default is false . |
static String |
NET_SLP_IS_DA
A boolean indicating if the SLP server is to act as a DA.
|
static String |
NET_SLP_LOCALE
A RFC 1766 Language Tag for the language locale.
|
static String |
NET_SLP_MAX_RESULTS
A 32 bit integer giving the maximum number of results to accumulate and
return for a synchronous request before the timeout, or the maximum
number of results to return through a callback if the request results are
reported asynchronously.
Positive integers and -1 are legal values. |
static String |
NET_SLP_MTU
A 16 bit integer giving the network packet MTU, in bytes.
|
static String |
NET_SLP_MULTICAST_MAXIMUM_WAIT
A 32 bit integer giving the maximum amount of time to perform multicast,
in milliseconds.
Default is 2000 ms. |
static String |
NET_SLP_MULTICAST_TIMEOUTS
A value-list of 32 bit integers used as timeouts, in milliseconds, to
implement the multicast convergence algorithm.
|
static String |
NET_SLP_MULTICAST_TTL
A positive integer less than or equal to 255, giving the multicast TTL.
Default is 255. |
static String |
NET_SLP_PASSIVE_DA_DETECTION
A boolean indicating whether passive DA detection should be used.
Default is true. Not evaluated by SBLIM SLP client |
static String |
NET_SLP_PORT
A 16 bit integer giving the port used for listening.
Default is 427. |
static String |
NET_SLP_RANDOM_WAIT_BOUND
A 32 bit integer giving the maximum value for all random wait parameters,
in milliseconds.
|
static String |
NET_SLP_SA_ATTRIBUTES
A comma-separated list of parenthesized attribute/value list pairs that
the SA must advertise in SAAdverts.
|
static String |
NET_SLP_SAONLY_SCOPES
A value-list of strings indicating the scopes that are only applied to
SAs.
|
static String |
NET_SLP_SECURITY_ENABLED
A comma-separated list of parenthesized attribute/value list pairs that
the SA must advertise in SAAdverts.
|
static String |
NET_SLP_SERIALIZED_REG_URL
A string containing a URL pointing to a document containing serialized
registrations that should be processed when the DA or SA server starts
up.
Default is none. Not evaluated by SBLIM SLP client |
static String |
NET_SLP_SERVER_SOCKET_QUEUE_LENGTH
A 32 bit integer giving the server socket queue length for SAs/DAs.
Default is 10. SBLIM specific extension to RFC 2614 |
static String |
NET_SLP_TCPTIMEOUT
A 32 bit integer giving the TCP timeout in milliseconds.
The default is 20000 ms. |
static String |
NET_SLP_TRACE_DA_TRAFFIC
A boolean controlling printing of messages about traffic with DAs.
|
static String |
NET_SLP_TRACE_DROP
A boolean controlling printing details when a SLP message is dropped for
any reason.
|
static String |
NET_SLP_TRACE_MSG
A boolean controlling printing of details on SLP messages.
|
static String |
NET_SLP_TRACE_REG
A boolean controlling dumps of all registered services upon registration
and deregistration.
|
static String |
NET_SLP_TRC_LEVEL
Trace level.
|
static String |
NET_SLP_TYPE_HINT
A value-list of service type names.
|
static String |
NET_SLP_USE_SCOPES
A value-list of strings indicating the only scopes a UA or SA is allowed
to use when making requests or registering, or the scopes a DA must
support.
If not present for the DA and SA, then in the absence of scope information from DHCP, the default scope "DEFAULT" is used. |
static String |
NET_SLP_USEIPV4
A boolean indicating whether IPv4 addresses should be used.
Default is true. |
static String |
NET_SLP_USEIPV6
A boolean indicating whether IPv6 addresses should be used.
Default is true. |
static final String NET_SLP_CONFIG_URL
static final String NET_SLP_DA_ACTIVE_DISCOVERY_GRANULARITY
static final String NET_SLP_DA_ACTIVE_DISCOVERY_INTERVAL
static final String NET_SLP_DA_ADDRESSES
addr-list = addr / addr "," addr-list
addr = fqdn / hostnumber
fqdn = ALPHA / ALPHA *[ anum / "-" ] anum
anum = ALPHA / DIGIT
hostnumber = 1*3DIGIT 3("." 1*3DIGIT)
sawah,mandi,sambal
static final String NET_SLP_DA_ATTRIBUTES
static final String NET_SLP_DA_DISCOVERY_TIMEOUTS
200,200,200,200,300,400
.static final String NET_SLP_DA_HEARTBEAT
static final String NET_SLP_DATAGRAM_TIMEOUTS
100,200,300
static final String NET_SLP_INTERFACES
addr-list = hostnumber / hostnumber "," addr-list
hostnumber = 1*3DIGIT 3("." 1*3DIGIT)
195.42.42.42,195.42.142.1,195.42.120.1
static final String NET_SLP_IS_BROADCAST_ONLY
false
.static final String NET_SLP_IS_DA
false
, run as a SA.false
.static final String NET_SLP_LOCALE
en
. static final String NET_SLP_MAX_RESULTS
static final String NET_SLP_MTU
static final String NET_SLP_MULTICAST_MAXIMUM_WAIT
static final String NET_SLP_MULTICAST_TIMEOUTS
static final String NET_SLP_MULTICAST_TTL
static final String NET_SLP_PASSIVE_DA_DETECTION
static final String NET_SLP_PORT
static final String NET_SLP_USEIPV6
static final String NET_SLP_USEIPV4
static final String NET_SLP_RANDOM_WAIT_BOUND
static final String NET_SLP_SA_ATTRIBUTES
static final String NET_SLP_SAONLY_SCOPES
static final String NET_SLP_SECURITY_ENABLED
static final String NET_SLP_SERIALIZED_REG_URL
static final String NET_SLP_SERVER_SOCKET_QUEUE_LENGTH
static final String NET_SLP_TCPTIMEOUT
static final String NET_SLP_TRACE_DA_TRAFFIC
false
.static final String NET_SLP_TRACE_DROP
false
.static final String NET_SLP_TRACE_MSG
false
.static final String NET_SLP_TRACE_REG
static final String NET_SLP_TYPE_HINT
(|(service-type=service:imap)(service-type=service:pop3))
static final String NET_SLP_USE_SCOPES
static final String NET_SLP_TRC_LEVEL
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.