public static interface DnsServiceDiscovererObserver.ResolutionResult
| Modifier and Type | Method and Description |
|---|---|
int |
nAvailable()
Number of resolved records that became
available. |
default int |
nMissing()
Number of missing records compared to the previous resolution result.
|
default int |
nUnavailable()
Deprecated.
Implement and use
nMissing() method. |
int |
resolvedRecords()
Number of resolved DNS records.
|
int |
ttl()
Minimum Time To Live (TTL) of the resolved DNS records in seconds.
|
int resolvedRecords()
int ttl()
int nAvailable()
available.available@Deprecated default int nUnavailable()
nMissing() method.unavailable.unavailabledefault int nMissing()