Uses of Interface
io.netty.handler.codec.dns.DnsQuestion
-
-
Uses of DnsQuestion in io.netty.handler.codec.dns
Classes in io.netty.handler.codec.dns that implement DnsQuestion Modifier and Type Class Description classDefaultDnsQuestionThe defaultDnsQuestionimplementation.Methods in io.netty.handler.codec.dns that return DnsQuestion Modifier and Type Method Description DnsQuestionDefaultDnsRecordDecoder. decodeQuestion(io.netty.buffer.ByteBuf in)DnsQuestionDnsRecordDecoder. decodeQuestion(io.netty.buffer.ByteBuf in)Decodes a DNS question into its object representation.Methods in io.netty.handler.codec.dns with parameters of type DnsQuestion Modifier and Type Method Description voidDefaultDnsRecordEncoder. encodeQuestion(DnsQuestion question, io.netty.buffer.ByteBuf out)voidDnsRecordEncoder. encodeQuestion(DnsQuestion question, io.netty.buffer.ByteBuf out)Encodes aDnsQuestion.
-