Home | History | Annotate | Download | only in DNS

Lines Matching refs:SetResponse

403 protected synchronized SetResponse
410 SetResponse sr;
435 sr = new SetResponse(SetResponse.SUCCESSFUL);
459 sr = new SetResponse(SetResponse.SUCCESSFUL);
463 sr = new SetResponse(SetResponse.NXRRSET);
471 return new SetResponse(SetResponse.CNAME,
479 return new SetResponse(SetResponse.DNAME,
487 return new SetResponse(SetResponse.DELEGATION,
494 return SetResponse.ofType(SetResponse.NXDOMAIN);
498 return SetResponse.ofType(SetResponse.UNKNOWN);
507 * @return A SetResponse object
508 * @see SetResponse
511 public SetResponse
518 SetResponse cr = lookupRecords(name, type, minCred);
588 * @return A SetResponse that reflects what would be returned from a cache
592 public SetResponse
604 SetResponse response = null;
634 response = new SetResponse(
635 SetResponse.SUCCESSFUL);
643 response = new SetResponse(SetResponse.CNAME,
651 response = new SetResponse(SetResponse.DNAME,
686 responseType = SetResponse.NXDOMAIN;
688 responseType = SetResponse.NXRRSET;
689 response = SetResponse.ofType(responseType);
698 response = new SetResponse(
699 SetResponse.DELEGATION,