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

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

Introduction

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

The text is from its open source code.

Field

DnsRecordTypeA
Address record RFC 1035 Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc.
DnsRecordTypeNS
Name server record RFC 1035 Delegates a DNS zone to use the given authoritative name servers
DnsRecordTypeCNAME
Canonical name record RFC 1035 Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.
DnsRecordTypePTR
Pointer record RFC 1035 Pointer to a canonical name.
DnsRecordTypeMX
Mail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.
DnsRecordTypeTXT
Text record RFC 1035 Originally for arbitrary human-readable text in a DNS record.
DnsRecordTypeAAAA
IPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.
DnsRecordTypeSRV
Service locator RFC 2782 Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.
DnsRecordTypeOPT
Option record RFC 2671 This is a pseudo DNS record type needed to support EDNS.
Stringname

Method