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 . |
TcpDnsQueryDecoder(DnsRecordDecoder decoder,
int maxFrameLength)
Creates a new decoder with the specified
decoder . |
TcpDnsResponseDecoder(DnsRecordDecoder recordDecoder,
int maxFrameLength)
Creates a new decoder with the specified
recordDecoder and maxFrameLength |
Copyright © 2008–2024 The Netty Project. All rights reserved.