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

Method lookupRecords

src/main/java/core/org/xbill/DNS/Cache.java:511–514  ·  view source on GitHub ↗

Looks up Records in the Cache. This follows CNAMEs and handles negatively cached data. @param name The name to look up @param type The type to look up @param minCred The minimum acceptable credibility @return A SetResponse object @see SetResponse @see Credibility

(Name name, int type, int minCred)

Source from the content-addressed store, hash-verified

509 * @see Credibility
510 */
511public SetResponse
512lookupRecords(Name name, int type, int minCred) {
513 return lookup(name, type, minCred);
514}
515
516private RRset []
517findRecords(Name name, int type, int minCred) {

Callers 4

addAnswerMethod · 0.95
findRecordsMethod · 0.95
addCacheNSMethod · 0.80
lookupMethod · 0.80

Calls 1

lookupMethod · 0.95

Tested by

no test coverage detected