| Package | Description |
|---|---|
| org.minidns.dnsmessage | DNS message parsing and serialization. |
| org.minidns.record | DNS resource record types and implementations. |
| Class and Description |
|---|
| DnsMessage A DNS message as defined by RFC 1035. |
| DnsMessage.Builder Builder class for constructing DNS messages. Provides a fluent API for building DNS messages with various sections and flags configured step by step. |
| DnsMessage.OPCODE Symbolic DNS Opcode values. |
| DnsMessage.RESPONSE_CODE Possible DNS response codes. |
| Question A DNS question (request). |
| Class and Description |
|---|
| DnsMessage.Builder Builder class for constructing DNS messages. Provides a fluent API for building DNS messages with various sections and flags configured step by step. |
| Question A DNS question (request). |