Searched defs:ServiceResolver (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceResolver.java19 * The ServiceResolver queries three times consecutively for services of a given type, and then removes itself from the timer.
21 * The ServiceResolver will run only if JmDNS is in state ANNOUNCED. REMIND: Prevent having multiple service resolvers for the same type in the timer queue.
23 public class ServiceResolver extends DNSResolverTask { class in inherits:DNSResolverTask
27 public ServiceResolver(JmDNSImpl jmDNSImpl, String type) { method in class:ServiceResolver
38 return "ServiceResolver(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";

Completed in 67 milliseconds