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

Method isDNAME

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

Is the result of the lookup a DNAME?

()

Source from the content-addressed store, hash-verified

141
142/** Is the result of the lookup a DNAME? */
143public boolean
144isDNAME() {
145 return (type == DNAME);
146}
147
148/** Was the query successful? */
149public boolean

Callers 2

addAnswerMethod · 0.95
processResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected