Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ Message
Method
Message
src/main/java/core/org/xbill/DNS/Message.java:57–61 ·
view source on GitHub ↗
(Header header)
Source
from the content-addressed store, hash-verified
55
private
static
RRset [] emptyRRsetArray =
new
RRset[0];
56
57
private
58
Message(Header header) {
59
sections =
new
List[4];
60
this.header = header;
61
}
62
63
/** Creates a
new
Message with the specified Message ID */
64
public
Callers
nothing calls this directly
Calls
8
fromWire
Method · 0.95
getType
Method · 0.95
getOpcode
Method · 0.80
getFlag
Method · 0.80
getCount
Method · 0.80
getTypeCovered
Method · 0.80
current
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected