Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.strangeberry.rendezvous.DNSRecord

Uses of DNSRecord in com.strangeberry.rendezvous
 

Subclasses of DNSRecord in com.strangeberry.rendezvous
(package private) static class DNSRecord.Address
          Address record.
(package private) static class DNSRecord.Pointer
          Pointer record.
(package private) static class DNSRecord.Service
          Service record.
(package private) static class DNSRecord.Text
           
 

Methods in com.strangeberry.rendezvous with parameters of type DNSRecord
(package private)  void ServiceInfo.updateRecord(Rendezvous rendezvous, long now, DNSRecord rec)
          Rendezvous callback to update a DNS record.
(package private)  void Rendezvous.updateRecord(long now, DNSRecord rec)
          Notify all listeners that a record was updated.
(package private) abstract  void Rendezvous.Listener.updateRecord(Rendezvous rendezvous, long now, DNSRecord record)
          Update a DNS record.
(package private)  void Rendezvous.ServiceBrowser.updateRecord(Rendezvous rendezvous, long now, DNSRecord rec)
          Update a record.
(package private)  boolean DNSRecord.sameAs(DNSRecord other)
          True if this record is the same as some other record.
(package private) abstract  boolean DNSRecord.sameValue(DNSRecord other)
          True if this record has the same value as some other record.
(package private)  boolean DNSRecord.suppressedBy(DNSRecord other)
          True if this record would be supressed by an answer.
(package private)  void DNSRecord.resetTTL(DNSRecord other)
          Reset the TTL of a record.
(package private)  boolean DNSRecord.Address.sameValue(DNSRecord other)
           
(package private)  boolean DNSRecord.Pointer.sameValue(DNSRecord other)
           
(package private)  boolean DNSRecord.Text.sameValue(DNSRecord other)
           
(package private)  boolean DNSRecord.Service.sameValue(DNSRecord other)
           
(package private)  boolean DNSQuestion.answeredBy(DNSRecord rec)
          Check if this question is answered by a given DNS record.
(package private)  void DNSOutgoing.addAnswer(DNSIncoming in, DNSRecord rec)
          Add an answer if it is not suppressed.
(package private)  void DNSOutgoing.addAnswer(DNSRecord rec, long now)
          Add an answer to the message.
(package private)  void DNSOutgoing.addAuthorativeAnswer(DNSRecord rec)
          Add an authoritive answer to the message.
(package private)  void DNSOutgoing.writeRecord(DNSRecord rec, long now)