| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.dns |
DNS codec.
|
| io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
| 类和说明 |
|---|
| AbstractDnsMessage
A skeletal implementation of
DnsMessage. |
| AbstractDnsOptPseudoRrRecord
An OPT RR record.
|
| AbstractDnsRecord
A skeletal implementation of
DnsRecord. |
| DatagramDnsQuery
A
DnsQuery implementation for UDP/IP. |
| DatagramDnsResponse
A
DnsResponse implementation for UDP/IP. |
| DefaultDnsQuery
The default
DnsQuery implementation. |
| DefaultDnsResponse
The default
DnsResponse implementation. |
| DnsMessage
The superclass which contains core information concerning a
DnsQuery and a DnsResponse. |
| DnsOpCode
The DNS
OpCode as defined in RFC2929. |
| DnsOptEcsRecord
An ECS record as defined in Client Subnet in DNS Queries.
|
| DnsOptPseudoRecord
An OPT RR record.
|
| DnsPtrRecord |
| DnsQuery
A DNS query message.
|
| DnsQuestion
A DNS question.
|
| DnsRawRecord
A generic
DnsRecord that contains an undecoded RDATA. |
| DnsRecord
A DNS resource record.
|
| DnsRecordDecoder
Decodes a DNS record into its object representation.
|
| DnsRecordEncoder
Encodes a
DnsRecord into binary representation. |
| DnsRecordType
Represents a DNS record type.
|
| DnsResponse
A DNS response message.
|
| DnsResponseCode
The DNS
RCODE, as defined in RFC2929. |
| DnsSection
Represents a section of a
DnsMessage. |
| 类和说明 |
|---|
| DnsQuestion
A DNS question.
|
| DnsRecord
A DNS resource record.
|
| DnsResponse
A DNS response message.
|
| DnsResponseCode
The DNS
RCODE, as defined in RFC2929. |