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

Method toString

src/main/java/core/org/xbill/DNS/Header.java:285–288  ·  view source on GitHub ↗

Converts the header into a String

()

Source from the content-addressed store, hash-verified

283
284/** Converts the header into a String */
285public String
286toString() {
287 return toStringWithRcode(getRcode());
288}
289
290/* Creates a new Header identical to the current one */
291public Object

Callers 2

printFlagsMethod · 0.45
toStringWithRcodeMethod · 0.45

Calls 2

toStringWithRcodeMethod · 0.95
getRcodeMethod · 0.95

Tested by

no test coverage detected