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

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

Introduction

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

The text is from its open source code.

Field

intCLASS_IN
DNS resource record class: IN

Method

Stringname()
Returns the name of this resource record.
longtimeToLive()
Returns the time to live after reading for this resource record.
DnsRecordTypetype()
Returns the type of this resource record.