HomeSort by relevance Sort by last modified time
    Searched refs:Credibility (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/xbill/DNS/
Credibility.java 6 * Constants relating to the credibility of cached data, which is based on
15 public final class Credibility {
18 Credibility() {}
Cache.java 11 * avoid repeated failed DNS queries. The credibility of each RRset is
13 * and lookups can specify the minimum credibility of data they are requesting.
15 * @see Credibility
41 int credibility; field in class:Cache.CacheRRset
47 this.credibility = cred;
55 this.credibility = cred;
67 return credibility - cred;
75 sb.append(credibility);
83 int credibility; field in class:Cache.NegativeElement
95 this.credibility = cred
    [all...]
Lookup.java 38 private int credibility; field in class:Lookup
213 * @see Credibility
233 this.credibility = Credibility.NORMAL;
375 * Sets the minimum credibility level that will be accepted when performing
376 * the lookup. This defaults to Credibility.NORMAL.
377 * @param credibility The minimum credibility level.
380 setCredibility(int credibility) {
381 this.credibility = credibility
    [all...]

Completed in 633 milliseconds