| Package | Description |
|---|---|
| io.netty.handler.codec.dns |
DNS codec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDnsRecordEncoder
The default
DnsRecordEncoder implementation. |
| Modifier and Type | Field and Description |
|---|---|
static DnsRecordEncoder |
DnsRecordEncoder.DEFAULT |
| Constructor and Description |
|---|
DatagramDnsQueryEncoder(DnsRecordEncoder recordEncoder)
Creates a new encoder with the specified
recordEncoder. |
DatagramDnsResponseEncoder(DnsRecordEncoder recordEncoder)
Creates a new encoder with the specified
recordEncoder. |
Copyright © 2008–2017 The Netty Project. All rights reserved.