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 classDefaultDnsRecordDecoderThe defaultDnsRecordDecoderimplementation.Fields in io.netty.handler.codec.dns declared as DnsRecordDecoder Modifier and Type Field Description static DnsRecordDecoderDnsRecordDecoder. DEFAULTConstructors 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.TcpDnsQueryDecoder(DnsRecordDecoder decoder, int maxFrameLength)Creates a new decoder with the specifieddecoder.TcpDnsResponseDecoder(DnsRecordDecoder recordDecoder, int maxFrameLength)Creates a new decoder with the specifiedrecordDecoderandmaxFrameLength
-