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

Method getTarget

src/main/java/core/org/xbill/DNS/NSRecord.java:32–35  ·  view source on GitHub ↗

Gets the target of the NS Record

()

Source from the content-addressed store, hash-verified

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

Callers 1

fromDNAMEMethod · 0.45

Calls 1

getSingleNameMethod · 0.80

Tested by

no test coverage detected