Searched refs:_authoritativeAnswers (Results 1 – 3 of 3) sorted by relevance
46 protected final List<DNSRecord> _authoritativeAnswers; field in DNSMessage62 _authoritativeAnswers = Collections.synchronizedList(new LinkedList<DNSRecord>()); in DNSMessage()135 …List<DNSRecord> aList = new ArrayList<DNSRecord>(_answers.size() + _authoritativeAnswers.size() + … in getAllAnswers()137 aList.addAll(_authoritativeAnswers); in getAllAnswers()160 return _authoritativeAnswers; in getAuthorities()237 for (DNSRecord answer : _authoritativeAnswers) { in print()
222 _authoritativeAnswers.add(rec); in DNSIncoming()264 in._authoritativeAnswers.addAll(this._authoritativeAnswers); in clone()511 for (DNSRecord record : _authoritativeAnswers) { in toString()537 this._authoritativeAnswers.addAll(that.getAuthorities()); in append()
301 _authoritativeAnswers.add(rec); in addAuthorativeAnswer()349 for (DNSRecord record : _authoritativeAnswers) { in data()426 for (DNSRecord record : _authoritativeAnswers) { in toString()