Uses of Interface
io.netty.handler.codec.dns.DnsRecordDecoder
Packages that use DnsRecordDecoder
-
Uses of DnsRecordDecoder in io.netty.handler.codec.dns
Classes in io.netty.handler.codec.dns that implement DnsRecordDecoderFields in io.netty.handler.codec.dns declared as DnsRecordDecoderConstructors in io.netty.handler.codec.dns with parameters of type DnsRecordDecoderModifierConstructorDescriptionDatagramDnsQueryDecoder(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