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

  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 20 * The Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce. The Announcer also sends announcements and advances the state of JmDNS itself.
22 * When the announcer has run two times, it finishes.
24 public class Announcer extends DNSStateTask {
25 static Logger logger = Logger.getLogger(Announcer.class.getName());
27 public Announcer(JmDNSImpl jmDNSImpl) {
40 return "Announcer(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 18 import javax.jmdns.impl.tasks.state.Announcer;
321 new Announcer(_jmDNSImpl).start(_stateTimer);
414 * Start a new announcer task

Completed in 987 milliseconds