|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DnsEntryVisitor
interface for a visitor of a DNSEntry
Method Summary | |
---|---|
void |
visit(DnsEntryA entry)
visited by a DnsEntryA instance |
void |
visit(DnsEntryAAAA entry)
visited by a DnsEntryAAAA instance |
void |
visit(DnsEntryDNSKEY entry)
visited by a DnsEntryDNSKEY instance |
void |
visit(DnsEntryMX entry)
visited by a DnsEntryMX instance |
void |
visit(DnsEntryNS entry)
visited by a DnsEntryA instance |
Method Detail |
---|
void visit(DnsEntryA entry)
entry
- the entryvoid visit(DnsEntryAAAA entry)
entry
- the entryvoid visit(DnsEntryMX entry)
entry
- the entryvoid visit(DnsEntryNS entry)
entry
- the entryvoid visit(DnsEntryDNSKEY entry)
entry
- the entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |