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

Method getRcode

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

Retrieves the mesasge's rcode @see Rcode

()

Source from the content-addressed store, hash-verified

187 * @see Rcode
188 */
189public int
190getRcode() {
191 return flags & 0xF;
192}
193
194/**
195 * Sets the message's opcode

Callers 5

generateReplyMethod · 0.95
toStringMethod · 0.95
doxfrMethod · 0.45
addMessageMethod · 0.45
lookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected