Uses of Class
org.minidns.dnsmessage.Question
-
Uses of Question in org.minidns.dnsmessage
Modifier and TypeMethodDescriptionDnsMessage.copyQuestions()
Copy the questions found in the question section.Modifier and TypeMethodDescriptionDnsMessage.Builder.addQuestion
(Question question) DnsMessage.getAnswersFor
(Question q) DnsMessage.Builder.setQuestion
(Question question) Set the question part of this message.Modifier and TypeMethodDescriptionDnsMessage.Builder.setQuestions
(List<Question> questions) Set the question part of this message. -
Uses of Question in org.minidns.record
Modifier and TypeMethodDescriptionRecord.getQuestion()
Get the question asking for this resource record.