| Package | Description |
|---|---|
| org.minidns.dnsmessage | DNS message parsing and serialization. |
| org.minidns.record | DNS resource record types and implementations. |
| Modifier and Type | Field and Description |
|---|---|
List<Question> | DnsMessage.questionsThe question section content. |
| Modifier and Type | Method and Description |
|---|---|
Question | DnsMessage.getQuestion()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)addQuestion. |
<D extends Data> | DnsMessage.getAnswersFor(Question q)getAnswersFor. |
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. |