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

Method getTarget

src/main/java/core/org/xbill/DNS/PTRRecord.java:33–36  ·  view source on GitHub ↗

Gets the target of the PTR Record

()

Source from the content-addressed store, hash-verified

31
32/** Gets the target of the PTR Record */
33public Name
34getTarget() {
35 return getSingleName();
36}
37
38}

Callers 1

getHostNameMethod · 0.95

Calls 1

getSingleNameMethod · 0.80

Tested by

no test coverage detected