Uses of Interface
io.netty5.handler.codec.dns.DnsRecordDecoder
-
Packages that use DnsRecordDecoder Package Description io.netty5.handler.codec.dns DNS codec. -
-
Uses of DnsRecordDecoder in io.netty5.handler.codec.dns
Classes in io.netty5.handler.codec.dns that implement DnsRecordDecoder Modifier and Type Class Description class
DefaultDnsRecordDecoder
The defaultDnsRecordDecoder
implementation.Fields in io.netty5.handler.codec.dns declared as DnsRecordDecoder Modifier and Type Field Description static DnsRecordDecoder
DnsRecordDecoder. DEFAULT
Constructors in io.netty5.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
.TcpDnsQueryDecoder(DnsRecordDecoder decoder, int maxFrameLength)
Creates a new decoder with the specifieddecoder
.TcpDnsResponseDecoder(DnsRecordDecoder recordDecoder, int maxFrameLength)
Creates a new decoder with the specifiedrecordDecoder
andmaxFrameLength
-