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 private DnsRecordDecoderTcpDnsQueryDecoder. decoderstatic DnsRecordDecoderDnsRecordDecoder. DEFAULTprivate DnsRecordDecoderDatagramDnsQueryDecoder. recordDecoderprivate DnsRecordDecoderDnsResponseDecoder. recordDecoderMethods in io.netty.handler.codec.dns with parameters of type DnsRecordDecoder Modifier and Type Method Description (package private) static DnsQueryDnsMessageUtil. decodeDnsQuery(DnsRecordDecoder decoder, ByteBuf buf, DnsMessageUtil.DnsQueryFactory supplier)private static voidDnsMessageUtil. decodeQuestions(DnsRecordDecoder decoder, DnsQuery query, ByteBuf buf, int questionCount)private static voidDnsMessageUtil. decodeRecords(DnsRecordDecoder decoder, DnsQuery query, DnsSection section, ByteBuf buf, int count)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.TcpDnsQueryDecoder(DnsRecordDecoder decoder, int maxFrameLength)Creates a new decoder with the specifieddecoder.TcpDnsResponseDecoder(DnsRecordDecoder recordDecoder, int maxFrameLength)Creates a new decoder with the specifiedrecordDecoderandmaxFrameLength
-