Lines Matching refs:SetResponse
15 public class SetResponse {
58 private static final SetResponse unknown = new SetResponse(UNKNOWN);
59 private static final SetResponse nxdomain = new SetResponse(NXDOMAIN);
60 private static final SetResponse nxrrset = new SetResponse(NXRRSET);
66 SetResponse() {}
68 SetResponse(int type, RRset rrset) {
75 SetResponse(int type) {
82 static SetResponse
95 SetResponse sr = new SetResponse();
187 /** Prints the value of the SetResponse */