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

Method addAdditional

src/main/java/core/org/xbill/DNS/jnamed.java:205–209  ·  view source on GitHub ↗
(Message response, int flags)

Source from the content-addressed store, hash-verified

203}
204
205private final void
206addAdditional(Message response, int flags) {
207 addAdditional2(response, Section.ANSWER, flags);
208 addAdditional2(response, Section.AUTHORITY, flags);
209}
210
211byte
212addAnswer(Message response, Name name, int type, int dclass,

Callers 1

generateReplyMethod · 0.95

Calls 1

addAdditional2Method · 0.95

Tested by

no test coverage detected