HomeSort by relevance Sort by last modified time
    Searched refs:ServiceInfoResolver (Results 1 - 2 of 2) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 18 * The ServiceInfoResolver queries up to three times consecutively for a service info, and then removes itself from the timer.
20 * The ServiceInfoResolver will run only if JmDNS is in state ANNOUNCED. REMIND: Prevent having multiple service resolvers for the same info in the timer queue.
22 public class ServiceInfoResolver extends DNSResolverTask {
26 public ServiceInfoResolver(JmDNSImpl jmDNSImpl, ServiceInfoImpl info) {
39 return "ServiceInfoResolver(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 15 import javax.jmdns.impl.tasks.resolver.ServiceInfoResolver;
357 new ServiceInfoResolver(_jmDNSImpl, info).start(_timer);

Completed in 82 milliseconds