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

/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DAnnouncer.java20 * 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.
24 public class Announcer extends DNSStateTask { class in inherits:DNSStateTask
25 static Logger logger = Logger.getLogger(Announcer.class.getName());
27 public Announcer(JmDNSImpl jmDNSImpl) { method in class:Announcer
40 return "Announcer(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";

Completed in 333 milliseconds