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

Method getName

src/main/java/core/org/xbill/DNS/RRset.java:184–187  ·  view source on GitHub ↗

Returns the name of the records @see Name

()

Source from the content-addressed store, hash-verified

182 * @see Name
183 */
184public Name
185getName() {
186 return first().getName();
187}
188
189/**
190 * Returns the type of the records

Callers 5

toStringMethod · 0.95
addNSMethod · 0.95
addAnswerMethod · 0.95
doAXFRMethod · 0.95
getSectionRRsetsMethod · 0.95

Calls 2

firstMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected