Java io.netty.handler.codec.dns DnsResponse fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.dns DnsResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.dns DnsResponse.

The text is from its open source code.

Method

DnsResponseCodecode()
Returns the 4 bit return code.
intcount(DnsSection section)
Returns the number of records in the specified section of this DNS message.
TrecordAt(DnsSection section, int index)
Returns the record at the specified index of the specified section of this DNS message.
TrecordAt(DnsSection section)
Returns the first record in the specified section of this DNS message.