Interface | Description |
---|---|
DnsMessage |
The superclass which contains core information concerning a
DnsQuery and a DnsResponse . |
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. |
DnsResponse |
A DNS response message.
|
Class | Description |
---|---|
AbstractDnsMessage |
A skeletal implementation of
DnsMessage . |
AbstractDnsRecord |
A skeletal implementation of
DnsRecord . |
DatagramDnsQuery |
A
DnsQuery implementation for UDP/IP. |
DatagramDnsQueryDecoder |
Decodes a
DatagramPacket into a DatagramDnsQuery . |
DatagramDnsQueryEncoder | |
DatagramDnsResponse |
A
DnsResponse implementation for UDP/IP. |
DatagramDnsResponseDecoder |
Decodes a
DatagramPacket into a DatagramDnsResponse . |
DatagramDnsResponseEncoder | |
DefaultDnsPtrRecord | |
DefaultDnsQuery |
The default
DnsQuery implementation. |
DefaultDnsQuestion |
The default
DnsQuestion implementation. |
DefaultDnsRawRecord |
The default
DnsRawRecord implementation. |
DefaultDnsRecordDecoder |
The default
DnsRecordDecoder implementation. |
DefaultDnsRecordEncoder |
The default
DnsRecordEncoder implementation. |
DefaultDnsResponse |
The default
DnsResponse implementation. |
DnsOpCode |
The DNS
OpCode as defined in RFC2929. |
DnsRecordType |
Represents a DNS record type.
|
DnsResponseCode |
The DNS
RCODE , as defined in RFC2929. |
Enum | Description |
---|---|
DnsSection |
Represents a section of a
DnsMessage . |
Copyright © 2008–2016 The Netty Project. All rights reserved.