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

Method addRRset

src/main/java/core/org/xbill/DNS/SetResponse.java:104–110  ·  view source on GitHub ↗
(RRset rrset)

Source from the content-addressed store, hash-verified

102}
103
104void
105addRRset(RRset rrset) {
106 if (data == null)
107 data = new ArrayList();
108 List l = (List) data;
109 l.add(rrset);
110}
111
112/** Is the answer to the query unknown? */
113public boolean

Callers 3

lookupMethod · 0.95
lookupMethod · 0.95
addMessageMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected