See: Description
| Interface | Description |
|---|---|
| ResourceRecord |
| Class | Description |
|---|---|
| DnsMessage |
All communications inside of the domain protocol are carried in a single
format called a message.
|
| DnsMessageModifier |
All communications inside of the domain protocol are carried in a single
format called a message.
|
| QuestionRecord |
The question section is used to carry the "question" in most queries,
i.e., the parameters that define what is being asked.
|
| ResourceRecordImpl |
The answer, authority, and additional sections all share the same
format: a variable number of resource records, where the number of
records is specified in the corresponding count field in the header.
|
| ResourceRecordModifier |
| Enum | Description |
|---|---|
| MessageType | |
| OpCode | |
| ProtocolType | |
| RecordClass | |
| RecordType | |
| ResponseCode | |
| ServiceType |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.