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

Method addAdditional2

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

Source from the content-addressed store, hash-verified

192}
193
194private void
195addAdditional2(Message response, int section, int flags) {
196 Record [] records = response.getSectionArray(section);
197 for (int i = 0; i < records.length; i++) {
198 Record r = records[i];
199 Name glueName = r.getAdditionalName();
200 if (glueName != null)
201 addGlue(response, glueName, flags);
202 }
203}
204
205private final void
206addAdditional(Message response, int flags) {

Callers 1

addAdditionalMethod · 0.95

Calls 3

getAdditionalNameMethod · 0.95
addGlueMethod · 0.95
getSectionArrayMethod · 0.80

Tested by

no test coverage detected