MCPcopy 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

55private static RRset [] emptyRRsetArray = new RRset[0];
56
57private
58Message(Header header) {
59 sections = new List[4];
60 this.header = header;
61}
62
63/** Creates a new Message with the specified Message ID */
64public

Callers

nothing calls this directly

Calls 8

fromWireMethod · 0.95
getTypeMethod · 0.95
getOpcodeMethod · 0.80
getFlagMethod · 0.80
getCountMethod · 0.80
getTypeCoveredMethod · 0.80
currentMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected