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

Method getHeader

src/main/java/core/org/xbill/DNS/Message.java:161–164  ·  view source on GitHub ↗

Retrieves the Header. @see Header

()

Source from the content-addressed store, hash-verified

159 * @see Header
160 */
161public Header
162getHeader() {
163 return header;
164}
165
166/**
167 * Adds a record to a section of the Message, and adjusts the header.

Callers 15

sendQueryMethod · 0.95
doxfrMethod · 0.95
doAXFRMethod · 0.95
generateReplyMethod · 0.95
sendMethod · 0.95
sendAXFRMethod · 0.95
lookupMethod · 0.95
addAnswerMethod · 0.45
errorMessageMethod · 0.45
UpdateMethod · 0.45
addMessageMethod · 0.45
verifyMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected