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

Method isNXDOMAIN

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

Is the answer to the query that the name does not exist?

()

Source from the content-addressed store, hash-verified

117
118/** Is the answer to the query that the name does not exist? */
119public boolean
120isNXDOMAIN() {
121 return (type == NXDOMAIN);
122}
123
124/** Is the answer to the query that the name exists, but the type does not? */
125public boolean

Callers 2

addAnswerMethod · 0.95
processResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected