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

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

Introduction

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

The text is from its open source code.

Field

DnsSectionQUESTION
The section that contains DnsQuestion s.
DnsSectionANSWER
The section that contains the answer DnsRecord s.
DnsSectionAUTHORITY
The section that contains the authority DnsRecord s.
DnsSectionADDITIONAL
The section that contains the additional DnsRecord s.