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

1 2 3

  /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();
  /libcore/ojluni/src/main/java/java/net/
MulticastSocket.java 181 * The lock on the socket's TTL. This is for set/getTTL and
211 * @see #getTTL()
260 public byte getTTL() throws IOException {
263 return getImpl().getTTL();
693 byte dttl = getTTL();
DatagramSocketImpl.java 167 * @see #getTTL()
182 protected abstract byte getTTL() throws IOException;
AbstractPlainDatagramSocketImpl.java 190 protected abstract byte getTTL() throws IOException;
PlainDatagramSocketImpl.java 169 protected byte getTTL() throws IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketImplTest.java 86 protected byte getTTL() throws IOException {
MulticastSocketTest.java 223 assertEquals("Returned incorrect TTL", 120, mss.getTTL());
782 assertEquals("Failed to set TTL", 120, mss.getTTL());
    [all...]
DatagramSocketTest.java 457 protected byte getTTL() throws IOException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 147 protected byte getTTL() throws IOException {
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 426 public int getTTL() {
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramSocketAdaptor.java 394 protected byte getTTL() throws IOException { return 0; }
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now));
DNSRecord.java     [all...]
JmDNSImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 

Completed in 1007 milliseconds

1 2 3