Searched defs:DNSEntry (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSEntry.java22 public abstract class DNSEntry { class
23 // private static Logger logger = Logger.getLogger(DNSEntry.class.getName());
41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { method in class:DNSEntry
63 if (obj instanceof DNSEntry) {
64 DNSEntry other = (DNSEntry) obj;
76 public boolean isSameEntry(DNSEntry entry) {
86 public boolean sameSubtype(DNSEntry other) {
204 public boolean isSameRecordClass(DNSEntry entry) {
214 public boolean isSameType(DNSEntry entr
[all...]

Completed in 41 milliseconds