public interface SLPConfigProperties
System.setProperty(name, value)
. Note that these properties have
global VM scope.Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
NET_SLP_CONFIG_URL |
A URL string giving the location of the SLP config file.
|
static java.lang.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 java.lang.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 java.lang.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 java.lang.String |
NET_SLP_DA_ATTRIBUTES |
A comma-separated list of parenthesized attribute/value list pairs that
the DA must advertise in DAAdverts.
|
static java.lang.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 java.lang.String |
NET_SLP_DA_HEARTBEAT |
A 32 bit integer giving the number of seconds for the DA heartbeat.
|
static java.lang.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 java.lang.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 java.lang.String |
NET_SLP_IS_BROADCAST_ONLY |
A boolean indicating if broadcast should be used instead of multicast.
Default is false . |
static java.lang.String |
NET_SLP_IS_DA |
A boolean indicating if the SLP server is to act as a DA.
|
static java.lang.String |
NET_SLP_LOCALE |
A RFC 1766 Language Tag for the language locale.
|
static java.lang.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 java.lang.String |
NET_SLP_MTU |
A 16 bit integer giving the network packet MTU, in bytes.
|
static java.lang.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 java.lang.String |
NET_SLP_MULTICAST_TIMEOUTS |
A value-list of 32 bit integers used as timeouts, in milliseconds, to
implement the multicast convergence algorithm.
|
static java.lang.String |
NET_SLP_MULTICAST_TTL |
A positive integer less than or equal to 255, giving the multicast TTL.
Default is 255. |
static java.lang.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 java.lang.String |
NET_SLP_PORT |
A 16 bit integer giving the port used for listening.
Default is 427. |
static java.lang.String |
NET_SLP_RANDOM_WAIT_BOUND |
A 32 bit integer giving the maximum value for all random wait parameters,
in milliseconds.
|
static java.lang.String |
NET_SLP_SA_ATTRIBUTES |
A comma-separated list of parenthesized attribute/value list pairs that
the SA must advertise in SAAdverts.
|
static java.lang.String |
NET_SLP_SAONLY_SCOPES |
A value-list of strings indicating the scopes that are only applied to
SAs.
|
static java.lang.String |
NET_SLP_SECURITY_ENABLED |
A comma-separated list of parenthesized attribute/value list pairs that
the SA must advertise in SAAdverts.
|
static java.lang.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 java.lang.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 java.lang.String |
NET_SLP_TCPTIMEOUT |
A 32 bit integer giving the TCP timeout in milliseconds.
The default is 20000 ms. |
static java.lang.String |
NET_SLP_TRACE_DA_TRAFFIC |
A boolean controlling printing of messages about traffic with DAs.
|
static java.lang.String |
NET_SLP_TRACE_DROP |
A boolean controlling printing details when a SLP message is dropped for
any reason.
|
static java.lang.String |
NET_SLP_TRACE_MSG |
A boolean controlling printing of details on SLP messages.
|
static java.lang.String |
NET_SLP_TRACE_REG |
A boolean controlling dumps of all registered services upon registration
and deregistration.
|
static java.lang.String |
NET_SLP_TRC_LEVEL |
Trace level.
|
static java.lang.String |
NET_SLP_TYPE_HINT |
A value-list of service type names.
|
static java.lang.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 java.lang.String |
NET_SLP_USEIPV4 |
A boolean indicating whether IPv4 addresses should be used.
Default is true. |
static java.lang.String |
NET_SLP_USEIPV6 |
A boolean indicating whether IPv6 addresses should be used.
Default is true. |
static final java.lang.String NET_SLP_CONFIG_URL
static final java.lang.String NET_SLP_DA_ACTIVE_DISCOVERY_GRANULARITY
static final java.lang.String NET_SLP_DA_ACTIVE_DISCOVERY_INTERVAL
static final java.lang.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 java.lang.String NET_SLP_DA_ATTRIBUTES
static final java.lang.String NET_SLP_DA_DISCOVERY_TIMEOUTS
200,200,200,200,300,400
.static final java.lang.String NET_SLP_DA_HEARTBEAT
static final java.lang.String NET_SLP_DATAGRAM_TIMEOUTS
100,200,300
static final java.lang.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 java.lang.String NET_SLP_IS_BROADCAST_ONLY
false
.static final java.lang.String NET_SLP_IS_DA
false
, run as a SA.false
.static final java.lang.String NET_SLP_LOCALE
en
. static final java.lang.String NET_SLP_MAX_RESULTS
static final java.lang.String NET_SLP_MTU
static final java.lang.String NET_SLP_MULTICAST_MAXIMUM_WAIT
static final java.lang.String NET_SLP_MULTICAST_TIMEOUTS
static final java.lang.String NET_SLP_MULTICAST_TTL
static final java.lang.String NET_SLP_PASSIVE_DA_DETECTION
static final java.lang.String NET_SLP_PORT
static final java.lang.String NET_SLP_USEIPV6
static final java.lang.String NET_SLP_USEIPV4
static final java.lang.String NET_SLP_RANDOM_WAIT_BOUND
static final java.lang.String NET_SLP_SA_ATTRIBUTES
static final java.lang.String NET_SLP_SAONLY_SCOPES
static final java.lang.String NET_SLP_SECURITY_ENABLED
static final java.lang.String NET_SLP_SERIALIZED_REG_URL
static final java.lang.String NET_SLP_SERVER_SOCKET_QUEUE_LENGTH
static final java.lang.String NET_SLP_TCPTIMEOUT
static final java.lang.String NET_SLP_TRACE_DA_TRAFFIC
false
.static final java.lang.String NET_SLP_TRACE_DROP
false
.static final java.lang.String NET_SLP_TRACE_MSG
false
.static final java.lang.String NET_SLP_TRACE_REG
static final java.lang.String NET_SLP_TYPE_HINT
(|(service-type=service:imap)(service-type=service:pop3))
static final java.lang.String NET_SLP_USE_SCOPES
static final java.lang.String NET_SLP_TRC_LEVEL
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.