Package | Description |
---|---|
io.netty.handler.codec.dns |
DNS codec.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDnsRecordDecoder
The default
DnsRecordDecoder implementation. |
Modifier and Type | Field and Description |
---|---|
static DnsRecordDecoder |
DnsRecordDecoder.DEFAULT |
Constructor and Description |
---|
DatagramDnsQueryDecoder(DnsRecordDecoder recordDecoder)
Creates a new decoder with the specified
recordDecoder . |
DatagramDnsResponseDecoder(DnsRecordDecoder recordDecoder)
Creates a new decoder with the specified
recordDecoder . |
Copyright © 2008–2017 The Netty Project. All rights reserved.