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

  /external/smack/src/org/xbill/DNS/
SetResponse.java 36 * A delegation enclosing the requested name was found.
38 static final int DELEGATION = 3;
91 case DELEGATION:
130 /** Is the result of the lookup that the name is below a delegation? */
133 return (type == DELEGATION);
180 * If the query hit a delegation point, return the NS set.
194 case DELEGATION: return "delegation: " + data;
Cache.java 487 return new SetResponse(SetResponse.DELEGATION,
699 SetResponse.DELEGATION,
Zone.java 361 /* If this is a delegation, return that. */
365 return new SetResponse(SetResponse.DELEGATION,

Completed in 108 milliseconds