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

Method findRecords

src/main/java/core/org/xbill/DNS/Zone.java:432–435  ·  view source on GitHub ↗

Looks up Records in the Zone. This follows CNAMEs and wildcards. @param name The name to look up @param type The type to look up @return A SetResponse object @see SetResponse

(Name name, int type)

Source from the content-addressed store, hash-verified

430 * @see SetResponse
431 */
432public SetResponse
433findRecords(Name name, int type) {
434 return lookup(name, type);
435}
436
437/**
438 * Looks up Records in the zone, finding exact matches only.

Callers 1

addAnswerMethod · 0.95

Calls 1

lookupMethod · 0.95

Tested by

no test coverage detected