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

Method getCNAME

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

If the query encountered a CNAME, return it.

()

Source from the content-addressed store, hash-verified

164 * If the query encountered a CNAME, return it.
165 */
166public CNAMERecord
167getCNAME() {
168 return (CNAMERecord)((RRset)data).first();
169}
170
171/**
172 * If the query encountered a DNAME, return it.

Callers 2

addAnswerMethod · 0.95
processResponseMethod · 0.80

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected