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

Method getNS

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

If the query hit a delegation point, return the NS set.

()

Source from the content-addressed store, hash-verified

180 * If the query hit a delegation point, return the NS set.
181 */
182public RRset
183getNS() {
184 return (RRset)data;
185}
186
187/** Prints the value of the SetResponse */
188public String

Callers 2

addCacheNSMethod · 0.95
addAnswerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected