Uses of Class
org.minidns.dnsmessage.Question
- 
Packages that use Question Package Description org.minidns.dnsmessage org.minidns.record 
- 
- 
Uses of Question in org.minidns.dnsmessageFields in org.minidns.dnsmessage with type parameters of type Question Modifier and Type Field Description List<Question>DnsMessage. questionsThe question section content.Methods in org.minidns.dnsmessage that return Question Modifier and Type Method Description QuestionDnsMessage. getQuestion()Methods in org.minidns.dnsmessage that return types with arguments of type Question Modifier and Type Method Description List<Question>DnsMessage. copyQuestions()Copy the questions found in the question section.Methods in org.minidns.dnsmessage with parameters of type Question Modifier and Type Method Description DnsMessage.BuilderDnsMessage.Builder. addQuestion(Question question)<D extends Data>
 Set<D>DnsMessage. getAnswersFor(Question q)DnsMessage.BuilderDnsMessage.Builder. setQuestion(Question question)Set the question part of this message.Method parameters in org.minidns.dnsmessage with type arguments of type Question Modifier and Type Method Description DnsMessage.BuilderDnsMessage.Builder. setQuestions(List<Question> questions)Set the question part of this message.
- 
Uses of Question in org.minidns.recordMethods in org.minidns.record that return Question Modifier and Type Method Description QuestionRecord. getQuestion()Get the question asking for this resource record.Methods in org.minidns.record with parameters of type Question Modifier and Type Method Description booleanRecord. isAnswer(Question q)Check if this record answers a given query.
 
-