Interface DnsServiceDiscovererObserver.DnsDiscoveryObserver
-
- Enclosing interface:
- DnsServiceDiscovererObserver
public static interface DnsServiceDiscovererObserver.DnsDiscoveryObserverAn observer that provides visibility into individual DNS resolutions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsServiceDiscovererObserver.DnsResolutionObserveronNewResolution(java.lang.String name)Notifies that a new DNS resolution started.
-
-
-
Method Detail
-
onNewResolution
DnsServiceDiscovererObserver.DnsResolutionObserver onNewResolution(java.lang.String name)
Notifies that a new DNS resolution started.- Parameters:
name- the name for the DNS question to be queried- Returns:
DnsServiceDiscovererObserver.DnsResolutionObserverthat provides visibility into results of the current DNS resolution
-
-