Uses of Interface
io.netty.handler.codec.dns.DnsRecordDecoder
-
Packages that use DnsRecordDecoder Package Description io.netty.handler.codec.dns DNS codec. -
-
Uses of DnsRecordDecoder in io.netty.handler.codec.dns
Classes in io.netty.handler.codec.dns that implement DnsRecordDecoder Modifier and Type Class Description class
DefaultDnsRecordDecoder
The defaultDnsRecordDecoder
implementation.Fields in io.netty.handler.codec.dns declared as DnsRecordDecoder Modifier and Type Field Description static DnsRecordDecoder
DnsRecordDecoder. DEFAULT
private DnsRecordDecoder
DatagramDnsQueryDecoder. recordDecoder
private DnsRecordDecoder
DnsResponseDecoder. recordDecoder
Constructors in io.netty.handler.codec.dns with parameters of type DnsRecordDecoder Constructor Description DatagramDnsQueryDecoder(DnsRecordDecoder recordDecoder)
Creates a new decoder with the specifiedrecordDecoder
.DatagramDnsResponseDecoder(DnsRecordDecoder recordDecoder)
Creates a new decoder with the specifiedrecordDecoder
.DnsResponseDecoder(DnsRecordDecoder recordDecoder)
Creates a new decoder with the specifiedrecordDecoder
.TcpDnsResponseDecoder(DnsRecordDecoder recordDecoder, int maxFrameLength)
Creates a new decoder with the specifiedrecordDecoder
andmaxFrameLength
-