Searched refs:getTTL (Results 1 – 11 of 11) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
D | Renewer.java | 59 timer.schedule(this, getTTL() * 500, getTTL() * 500); in start() 105 …r (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 118 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
|
D | Canceler.java | 104 …r (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 117 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
|
D | Announcer.java | 104 …r (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 117 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
|
D | Prober.java | 118 …NSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 133 …ualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, this.getTTL(), info.getPriorit… in buildOutgoingForInfo()
|
D | DNSStateTask.java | 66 public int getTTL() { in getTTL() method in DNSStateTask
|
/external/nist-sip/java/javax/sip/header/ |
D | ViaHeader.java | 33 int getTTL(); in getTTL() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Via.java | 426 public int getTTL() { in getTTL() method in Via
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSOutgoing.java | 158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now)); in writeRecord()
|
D | DNSRecord.java | 1022 public int getTTL() { in getTTL() method in DNSRecord
|
D | JmDNSImpl.java | 1353 if (newRecord.getTTL() == 0) { in handleRecord()
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |