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

Method getAnswers

src/main/java/core/org/xbill/DNS/Lookup.java:603–607  ·  view source on GitHub ↗

Returns the answers from the lookup. @return The answers, or null if none are found. @throws IllegalStateException The lookup has not completed.

()

Source from the content-addressed store, hash-verified

601 * @throws IllegalStateException The lookup has not completed.
602 */
603public Record []
604getAnswers() {
605 checkDone();
606 return answers;
607}
608
609/**
610 * Returns all known aliases for this name. Whenever a CNAME/DNAME is

Callers

nothing calls this directly

Calls 1

checkDoneMethod · 0.95

Tested by

no test coverage detected