Uses of Class
org.minidns.dnsmessage.Question
Package | Description |
---|---|
org.minidns.dnsmessage | |
org.minidns.record |
-
Uses of Question in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage with type parameters of type Question Modifier and Type Field Description List<Question>
DnsMessage. questions
The question section content.Methods in org.minidns.dnsmessage that return Question Modifier and Type Method Description Question
DnsMessage. 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.Builder
DnsMessage.Builder. addQuestion(Question question)
<D extends Data>
Set<D>DnsMessage. getAnswersFor(Question q)
DnsMessage.Builder
DnsMessage.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.Builder
DnsMessage.Builder. setQuestions(List<Question> questions)
Set the question part of this message. -
Uses of Question in org.minidns.record
Methods in org.minidns.record that return Question Modifier and Type Method Description Question
Record. getQuestion()
Get the question asking for this resource record.Methods in org.minidns.record with parameters of type Question Modifier and Type Method Description boolean
Record. isAnswer(Question q)
Check if this record answers a given query.