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

Quick Search    Search Deep

Uses of Class
com.strangeberry.rendezvous.DNSEntry

Uses of DNSEntry in com.strangeberry.rendezvous
 

Subclasses of DNSEntry in com.strangeberry.rendezvous
(package private)  class DNSQuestion
          A DNS question.
(package private)  class DNSRecord
          DNS record
(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
           
 

Fields in com.strangeberry.rendezvous declared as DNSEntry
(package private)  DNSEntry[] DNSCache.entries
           
 

Methods in com.strangeberry.rendezvous that return DNSEntry
private  DNSEntry[] DNSCache.rehash(DNSEntry[] entries, int size)
          Rehash a table.
(package private)  DNSEntry DNSCache.get(DNSEntry entry)
          Get a matching DNS entry from the table (using equals).
(package private)  DNSEntry DNSCache.get(java.lang.String name, int type, int clazz)
          Get a matching DNS entry from the table.
 

Methods in com.strangeberry.rendezvous with parameters of type DNSEntry
(package private)  void DNSCache.add(DNSEntry entry)
          Add an entry to the table.
private  void DNSCache.add(DNSEntry[] entries, DNSEntry entry)
          Add an entry to a table.
private  DNSEntry[] DNSCache.rehash(DNSEntry[] entries, int size)
          Rehash a table.
(package private)  boolean DNSCache.remove(DNSEntry entry)
          Remove a specific entry from the table.
(package private)  DNSEntry DNSCache.get(DNSEntry entry)
          Get a matching DNS entry from the table (using equals).