Searched refs:getQuestions (Results 1 - 3 of 3) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSMessage.java123 public Collection<? extends DNSQuestion> getQuestions() { method in class:DNSMessage
131 return this.getQuestions().size();
H A DDNSIncoming.java535 this._questions.addAll(that.getQuestions());
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DResponder.java74 for (DNSQuestion question : _in.getQuestions()) {
106 for (DNSQuestion question : _in.getQuestions()) {

Completed in 86 milliseconds