Interface DnsServiceDiscovererObserver.ResolutionResult
- Enclosing interface:
- DnsServiceDiscovererObserver
public static interface DnsServiceDiscovererObserver.ResolutionResult
Results of the current DNS resolution.
-
Method Summary
-
Method Details
-
resolvedRecords
int resolvedRecords()Number of resolved DNS records.- Returns:
- the number of resolved DNS records
-
ttl
int ttl()Minimum Time To Live (TTL) of the resolved DNS records in seconds.- Returns:
- the minimum Time To Live (TTL) of the resolved DNS records in seconds
-
nAvailable
int nAvailable()Number of resolved records that becameavailable
.- Returns:
- the number of resolved records that became
available
-
nMissing
int nMissing()Number of missing records compared to the previous resolution result.- Returns:
- number of missing records compared to the previous resolution result.
-