Package | Description |
---|---|
org.minidns.dnsmessage | |
org.minidns.record |
Modifier and Type | Field and Description |
---|---|
List<Question> |
DnsMessage.questions
The question section content.
|
Modifier and Type | Method and Description |
---|---|
Question |
DnsMessage.getQuestion() |
Modifier and Type | Method and Description |
---|---|
List<Question> |
DnsMessage.copyQuestions()
Copy the questions found in the question section.
|
Modifier and Type | Method and Description |
---|---|
DnsMessage.Builder |
DnsMessage.Builder.addQuestion(Question question) |
<D extends Data> |
DnsMessage.getAnswersFor(Question q) |
DnsMessage.Builder |
DnsMessage.Builder.setQuestion(Question question)
Set the question part of this message.
|
Modifier and Type | Method and Description |
---|---|
DnsMessage.Builder |
DnsMessage.Builder.setQuestions(List<Question> questions)
Set the question part of this message.
|
Modifier and Type | Method and Description |
---|---|
Question |
Record.getQuestion()
Get the question asking for this resource record.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Record.isAnswer(Question q)
Check if this record answers a given query.
|