Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
189
public
int
190
getRcode() {
191
return
flags & 0xF;
192
}
193
194
/**
195
* Sets the message's opcode
Callers
5
generateReply
Method · 0.95
toString
Method · 0.95
doxfr
Method · 0.45
addMessage
Method · 0.45
lookup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected