JmDNS 3.4.1

Uses of Class
javax.jmdns.impl.DNSRecord

Packages that use DNSRecord
javax.jmdns.impl   
javax.jmdns.impl.tasks   
 

Uses of DNSRecord in javax.jmdns.impl
 

Subclasses of DNSRecord in javax.jmdns.impl
static class DNSRecord.Address
          Address record.
static class DNSRecord.HostInformation
           
static class DNSRecord.IPv4Address
           
static class DNSRecord.IPv6Address
           
static class DNSRecord.Pointer
          Pointer record.
static class DNSRecord.Service
          Service record.
static class DNSRecord.Text
           
 

Fields in javax.jmdns.impl with type parameters of type DNSRecord
protected  List<DNSRecord> DNSMessage._additionals
           
protected  List<DNSRecord> DNSMessage._answers
           
protected  List<DNSRecord> DNSMessage._authoritativeAnswers
           
 

Methods in javax.jmdns.impl that return types with arguments of type DNSRecord
 Collection<DNSRecord> HostInfo.answers(boolean unique, int ttl)
           
 Collection<DNSRecord> ServiceInfoImpl.answers(boolean unique, int ttl, HostInfo localHost)
           
 Collection<? extends DNSRecord> DNSMessage.getAdditionals()
           
 Collection<? extends DNSRecord> DNSMessage.getAllAnswers()
           
 Collection<? extends DNSRecord> DNSMessage.getAnswers()
           
 Collection<? extends DNSRecord> DNSMessage.getAuthorities()
           
 

Methods in javax.jmdns.impl with parameters of type DNSRecord
 void DNSOutgoing.addAdditionalAnswer(DNSIncoming in, DNSRecord rec)
          Add an additional answer to the record.
 void DNSOutgoing.addAnswer(DNSIncoming in, DNSRecord rec)
          Add an answer if it is not suppressed.
 DNSOutgoing JmDNSImpl.addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec)
          Add an answer to a question.
 void DNSOutgoing.addAnswer(DNSRecord rec, long now)
          Add an answer to the message.
 void DNSOutgoing.addAuthorativeAnswer(DNSRecord rec)
          Add an authoritative answer to the message.
 void JmDNSImpl.renewServiceCollector(DNSRecord record)
          Renew a service when the record become stale.
 void JmDNSImpl.updateRecord(long now, DNSRecord rec, JmDNSImpl.Operation operation)
          Notify all listeners that a record was updated.
 

Method parameters in javax.jmdns.impl with type arguments of type DNSRecord
 void DNSQuestion.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers)
          Adds answers to the list for our question.
protected  void DNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info)
           
 

Uses of DNSRecord in javax.jmdns.impl.tasks
 

Methods in javax.jmdns.impl.tasks with parameters of type DNSRecord
 DNSOutgoing DNSTask.addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)
          Add an additional answer to the record.
 DNSOutgoing DNSTask.addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)
          Add an answer if it is not suppressed.
 DNSOutgoing DNSTask.addAnswer(DNSOutgoing out, DNSRecord rec, long now)
          Add an answer to the message.
 DNSOutgoing DNSTask.addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec)
          Add an authoritative answer to the message.
 


Last updated 2011-08-25 12:40

Copyright © 2002-2011 JmDNS. All Rights Reserved.