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

  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 22 * The Prober sends three consecutive probes for all service infos that needs probing as well as for the host name. The state of each service info of the host name is advanced, when a probe has been sent for it. When the prober has run three times,
25 * If a conflict during probes occurs, the affected service infos (and affected host name) are taken away from the prober. This eventually causes the prober to cancel itself.
27 public class Prober extends DNSStateTask {
28 static Logger logger = Logger.getLogger(Prober.class.getName());
30 public Prober(JmDNSImpl jmDNSImpl) {
43 return "Prober(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 20 import javax.jmdns.impl.tasks.state.Prober;
312 new Prober(_jmDNSImpl).start(_stateTimer);
409 * Start a new prober task

Completed in 61 milliseconds