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

Method reset

src/main/java/core/org/xbill/DNS/Lookup.java:192–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192private final void
193reset() {
194 iterations = 0;
195 foundAlias = false;
196 done = false;
197 doneCurrent = false;
198 aliases = null;
199 answers = null;
200 result = -1;
201 error = null;
202 nxdomain = false;
203 badresponse = false;
204 badresponse_error = null;
205 networkerror = false;
206 timedout = false;
207 nametoolong = false;
208 referral = false;
209 if (temporary_cache)
210 cache.clearCache();
211}
212
213/**
214 * Create a Lookup object that will find records of the given name, type,

Callers 11

runMethod · 0.95
findWinMethod · 0.45
findWinMethod · 0.45
hashNameMethod · 0.45
generateMethod · 0.45
applyStreamMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
fromStringMethod · 0.45
fromStringMethod · 0.45
fromStringMethod · 0.45

Calls 1

clearCacheMethod · 0.45

Tested by

no test coverage detected