MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getDNAME

Method getDNAME

src/main/java/core/org/xbill/DNS/SetResponse.java:174–177  ·  view source on GitHub ↗

If the query encountered a DNAME, return it.

()

Source from the content-addressed store, hash-verified

172 * If the query encountered a DNAME, return it.
173 */
174public DNAMERecord
175getDNAME() {
176 return (DNAMERecord)((RRset)data).first();
177}
178
179/**
180 * If the query hit a delegation point, return the NS set.

Callers 2

addAnswerMethod · 0.95
processResponseMethod · 0.80

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected