javax.jmdns.impl.constants
Class DNSConstants
java.lang.Object
javax.jmdns.impl.constants.DNSConstants
public final class DNSConstants
- extends Object
DNS constants.
- Author:
- Arthur van Hoff, Jeff Sonstein, Werner Randelshofer, Pierre Frisch, Rick Blair
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDNS_GROUP
public static final String MDNS_GROUP
- See Also:
- Constant Field Values
MDNS_GROUP_IPV6
public static final String MDNS_GROUP_IPV6
- See Also:
- Constant Field Values
MDNS_PORT
public static final int MDNS_PORT
DNS_PORT
public static final int DNS_PORT
- See Also:
- Constant Field Values
DNS_TTL
public static final int DNS_TTL
- See Also:
- Constant Field Values
MAX_MSG_TYPICAL
public static final int MAX_MSG_TYPICAL
- See Also:
- Constant Field Values
MAX_MSG_ABSOLUTE
public static final int MAX_MSG_ABSOLUTE
- See Also:
- Constant Field Values
FLAGS_QR_MASK
public static final int FLAGS_QR_MASK
- See Also:
- Constant Field Values
FLAGS_QR_QUERY
public static final int FLAGS_QR_QUERY
- See Also:
- Constant Field Values
FLAGS_QR_RESPONSE
public static final int FLAGS_QR_RESPONSE
- See Also:
- Constant Field Values
FLAGS_AA
public static final int FLAGS_AA
- See Also:
- Constant Field Values
FLAGS_TC
public static final int FLAGS_TC
- See Also:
- Constant Field Values
FLAGS_RD
public static final int FLAGS_RD
- See Also:
- Constant Field Values
FLAGS_RA
public static final int FLAGS_RA
- See Also:
- Constant Field Values
FLAGS_Z
public static final int FLAGS_Z
- See Also:
- Constant Field Values
FLAGS_AD
public static final int FLAGS_AD
- See Also:
- Constant Field Values
FLAGS_CD
public static final int FLAGS_CD
- See Also:
- Constant Field Values
SHARED_QUERY_TIME
public static final int SHARED_QUERY_TIME
- See Also:
- Constant Field Values
QUERY_WAIT_INTERVAL
public static final int QUERY_WAIT_INTERVAL
- See Also:
- Constant Field Values
PROBE_WAIT_INTERVAL
public static final int PROBE_WAIT_INTERVAL
- See Also:
- Constant Field Values
RESPONSE_MIN_WAIT_INTERVAL
public static final int RESPONSE_MIN_WAIT_INTERVAL
- See Also:
- Constant Field Values
RESPONSE_MAX_WAIT_INTERVAL
public static final int RESPONSE_MAX_WAIT_INTERVAL
- See Also:
- Constant Field Values
PROBE_CONFLICT_INTERVAL
public static final int PROBE_CONFLICT_INTERVAL
- See Also:
- Constant Field Values
PROBE_THROTTLE_COUNT
public static final int PROBE_THROTTLE_COUNT
- See Also:
- Constant Field Values
PROBE_THROTTLE_COUNT_INTERVAL
public static final int PROBE_THROTTLE_COUNT_INTERVAL
- See Also:
- Constant Field Values
ANNOUNCE_WAIT_INTERVAL
public static final int ANNOUNCE_WAIT_INTERVAL
- See Also:
- Constant Field Values
RECORD_REAPER_INTERVAL
public static final int RECORD_REAPER_INTERVAL
- See Also:
- Constant Field Values
RECORD_EXPIRY_DELAY
public static final int RECORD_EXPIRY_DELAY
- See Also:
- Constant Field Values
KNOWN_ANSWER_TTL
public static final int KNOWN_ANSWER_TTL
- See Also:
- Constant Field Values
ANNOUNCED_RENEWAL_TTL_INTERVAL
public static final int ANNOUNCED_RENEWAL_TTL_INTERVAL
- See Also:
- Constant Field Values
CLOSE_TIMEOUT
public static final long CLOSE_TIMEOUT
- See Also:
- Constant Field Values
SERVICE_INFO_TIMEOUT
public static final long SERVICE_INFO_TIMEOUT
- See Also:
- Constant Field Values
NETWORK_CHECK_INTERVAL
public static final int NETWORK_CHECK_INTERVAL
- See Also:
- Constant Field Values
DNSConstants
public DNSConstants()
Copyright © 2002-2011 JmDNS. All Rights Reserved.