| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.dns |
DNS编解码器。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDnsRecordDecoder
默认的 DnsRecordDecoder实现。
|
| Modifier and Type | Field and Description |
|---|---|
static DnsRecordDecoder |
DnsRecordDecoder.DEFAULT |
| Constructor and Description |
|---|
DatagramDnsQueryDecoder(DnsRecordDecoder recordDecoder)
用指定的
recordDecoder创建一个新的解码器。
|
DatagramDnsResponseDecoder(DnsRecordDecoder recordDecoder)
用指定的
recordDecoder创建一个新的解码器。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.