Uses of Class
org.minidns.dnsmessage.Question
Packages that use Question
-
Uses of Question in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage with type parameters of type QuestionMethods in org.minidns.dnsmessage that return QuestionMethods in org.minidns.dnsmessage that return types with arguments of type QuestionModifier and TypeMethodDescriptionDnsMessage.copyQuestions()
Copy the questions found in the question section.Methods in org.minidns.dnsmessage with parameters of type QuestionModifier and TypeMethodDescriptionDnsMessage.Builder.addQuestion
(Question question) DnsMessage.getAnswersFor
(Question q) DnsMessage.Builder.setQuestion
(Question question) Set the question part of this message.Method parameters in org.minidns.dnsmessage with type arguments of type QuestionModifier and TypeMethodDescriptionDnsMessage.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 QuestionModifier and TypeMethodDescriptionRecord.getQuestion()
Get the question asking for this resource record.Methods in org.minidns.record with parameters of type Question