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

/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java77 public JmDNSImpl getDns() { method in class:SocketListener
H A DDNSStatefulObject.java132 public JmDNSImpl getDns() { method in class:DNSStatefulObject.DefaultImplementation
422 public JmDNSImpl getDns(); method in interface:DNSStatefulObject
H A DHostInfo.java287 public JmDNSImpl getDns() { method in class:HostInfo
288 return this._state.getDns();
H A DServiceInfoImpl.java97 if (this.getDns() != null) {
98 this.getDns().startAnnouncer();
922 JmDNSImpl dns = this.getDns();
1279 public JmDNSImpl getDns() { method in class:ServiceInfoImpl
1280 return this._state.getDns();
H A DJmDNSImpl.java555 public JmDNSImpl getDns() { method in class:JmDNSImpl
991 if (info.getDns() != null) {
992 if (info.getDns() != this) {
1556 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns()).purgeTimer();
1565 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns()).purgeStateTimer();
1574 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns()).cancelTimer();
1583 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns()).cancelStateTimer();
1592 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns()).startProber();
1601 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns()).startAnnouncer();
1610 DNSTaskStarter.Factory.getInstance().getStarter(this.getDns())
[all...]
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DDNSTask.java40 public JmDNSImpl getDns() { method in class:DNSTask

Completed in 587 milliseconds