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

  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Renewer.java 59 timer.schedule(this, getTTL() * 500, getTTL() * 500);
105 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
118 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
Canceler.java 104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
Announcer.java 104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
Prober.java 118 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) {
133 newOut = this.addAuthoritativeAnswer(newOut, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, this.getTTL(), info.getPriority(), info.getWeight(), info.getPort(), this.getDns().getLocalHost()
DNSStateTask.java 66 public int getTTL() {
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 33 int getTTL();
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 426 public int getTTL() {
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now));
DNSRecord.java     [all...]
JmDNSImpl.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 842 milliseconds