Uses of Class
io.netty.handler.codec.dns.DnsRecordType
Packages that use DnsRecordType
Package
Description
DNS codec.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Uses of DnsRecordType in io.netty.handler.codec.dns
Classes in io.netty.handler.codec.dns that implement interfaces with type arguments of type DnsRecordTypeFields in io.netty.handler.codec.dns declared as DnsRecordTypeModifier and TypeFieldDescriptionstatic final DnsRecordTypeDnsRecordType.AAddress 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.static final DnsRecordTypeDnsRecordType.AAAAIPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.static final DnsRecordTypeDnsRecordType.AFSDBAFS database record RFC 1183 Location of database servers of an AFS cell.static final DnsRecordTypeDnsRecordType.ANYAll cached records RFC 1035 Returns all records of all types known to the name server.static final DnsRecordTypeDnsRecordType.APLAddress Prefix List record RFC 3123 Specify lists of address ranges, e.g.static final DnsRecordTypeDnsRecordType.AXFRAuthoritative Zone Transfer record RFC 1035 Transfer entire zone file from the master name server to secondary name servers.static final DnsRecordTypeDnsRecordType.CAACertification Authority Authorization record RFC 6844 CA pinning, constraining acceptable CAs for a host/domain.static final DnsRecordTypeDnsRecordType.CERTCertificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.static final DnsRecordTypeDnsRecordType.CNAMECanonical name record RFC 1035 Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.static final DnsRecordTypeDnsRecordType.DHCIDDHCP identifier record RFC 4701 Used in conjunction with the FQDN option to DHCP.static final DnsRecordTypeDnsRecordType.DLVDNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust anchors outside of the DNS delegation chain.static final DnsRecordTypeDnsRecordType.DNAMEDelegation name record RFC 2672 DNAME creates an alias for a name and all its subnames, unlike CNAME, which aliases only the exact name in its label.static final DnsRecordTypeDnsRecordType.DNSKEYDNS Key record RFC 4034 The key record used in DNSSEC.static final DnsRecordTypeDnsRecordType.DSDelegation signer record RFC 4034 The record used to identify the DNSSEC signing key of a delegated zone.static final DnsRecordTypeDnsRecordType.HIPHost Identity Protocol record RFC 5205 Method of separating the end-point identifier and locator roles of IP addresses.static final DnsRecordTypeDnsRecordType.HTTPSService Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).static final DnsRecordTypeDnsRecordType.IPSECKEYIPsec Key record RFC 4025 Key record that can be used with IPsec.static final DnsRecordTypeDnsRecordType.IXFRIncremental Zone Transfer record RFC 1996 Requests a zone transfer of the given zone but only differences from a previous serial number.static final DnsRecordTypeDnsRecordType.KEYkey record RFC 2535 and RFC 2930 Used only for SIG(0) (RFC 2931) and TKEY (RFC 2930).static final DnsRecordTypeDnsRecordType.KXKey eXchanger record RFC 2230 Used with some cryptographic systems (not including DNSSEC) to identify a key management agent for the associated domain-name.static final DnsRecordTypeDnsRecordType.LOCLocation record RFC 1876 Specifies a geographical location associated with a domain name.static final DnsRecordTypeDnsRecordType.MXMail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.static final DnsRecordTypeDnsRecordType.NAPTRNaming Authority Pointer record RFC 3403 Allows regular expression based rewriting of domain names which can then be used as URIs, further domain names to lookups, etc.static final DnsRecordTypeDnsRecordType.NSName server record RFC 1035 Delegates a DNS zone to use the given authoritative name serversstatic final DnsRecordTypeDnsRecordType.NSECNext-Secure record RFC 4034 Part of DNSSEC, used to prove a name does not exist.static final DnsRecordTypeDnsRecordType.NSEC3NSEC record version 3 RFC 5155 An extension to DNSSEC that allows proof of nonexistence for a name without permitting zonewalking.static final DnsRecordTypeDnsRecordType.NSEC3PARAMNSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.static final DnsRecordTypeDnsRecordType.OPTOption record RFC 2671 This is a pseudo DNS record type needed to support EDNS.static final DnsRecordTypeDnsRecordType.PTRPointer record RFC 1035 Pointer to a canonical name.static final DnsRecordTypeDnsRecordType.RPResponsible person record RFC 1183 Information about the responsible person(s) for the domain.static final DnsRecordTypeDnsRecordType.RRSIGDNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record set.static final DnsRecordTypeDnsRecordType.SIGSignature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and TKEY (RFC 2930).static final DnsRecordTypeDnsRecordType.SOAStart of [a zone of] authority record RFC 1035 and RFC 2308 Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.static final DnsRecordTypeDnsRecordType.SPFSender Policy Framework record RFC 4408 Specified as part of the SPF protocol as an alternative to of storing SPF data in TXT records.static final DnsRecordTypeDnsRecordType.SRVService locator RFC 2782 Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.static final DnsRecordTypeDnsRecordType.SSHFPSSH Public Key Fingerprint record RFC 4255 Resource record for publishing SSH public host key fingerprints in the DNS System, in order to aid in verifying the authenticity of the host.static final DnsRecordTypeDnsRecordType.SVCBService Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).static final DnsRecordTypeDnsRecordType.TADNSSEC Trust Authorities record N/A Part of a deployment proposal for DNSSEC without a signed DNS root.static final DnsRecordTypeDnsRecordType.TKEYSecret key record RFC 2930 A method of providing keying material to be used with TSIG that is encrypted under the public key in an accompanying KEY RR..static final DnsRecordTypeDnsRecordType.TLSATLSA certificate association record RFC 6698 A record for DNS-based Authentication of Named Entities (DANE).static final DnsRecordTypeDnsRecordType.TSIGTransaction Signature record RFC 2845 Can be used to authenticate dynamic updates as coming from an approved client, or to authenticate responses as coming from an approved recursive name server similar to DNSSEC.static final DnsRecordTypeDnsRecordType.TXTText record RFC 1035 Originally for arbitrary human-readable text in a DNS record.private final DnsRecordTypeAbstractDnsRecord.typeFields in io.netty.handler.codec.dns with type parameters of type DnsRecordTypeModifier and TypeFieldDescriptionprivate static final Map<String, DnsRecordType> DnsRecordType.BY_NAMEprivate static final IntObjectHashMap<DnsRecordType> DnsRecordType.BY_TYPEMethods in io.netty.handler.codec.dns that return DnsRecordTypeModifier and TypeMethodDescriptionAbstractDnsRecord.type()DnsRecord.type()Returns the type of this resource record.static DnsRecordTypeDnsRecordType.valueOf(int intValue) static DnsRecordTypeMethods in io.netty.handler.codec.dns with parameters of type DnsRecordTypeModifier and TypeMethodDescriptionintDnsRecordType.compareTo(DnsRecordType o) protected DnsRecordDefaultDnsRecordDecoder.decodeRecord(String name, DnsRecordType type, int dnsClass, long timeToLive, ByteBuf in, int offset, int length) Decodes a record from the information decoded so far byDefaultDnsRecordDecoder.decodeRecord(ByteBuf).Constructors in io.netty.handler.codec.dns with parameters of type DnsRecordTypeModifierConstructorDescriptionprotectedAbstractDnsRecord(String name, DnsRecordType type, int dnsClass, long timeToLive) Creates a new record.protectedAbstractDnsRecord(String name, DnsRecordType type, long timeToLive) Creates a newIN-classrecord.DefaultDnsQuestion(String name, DnsRecordType type) Creates a newIN-classquestion.DefaultDnsQuestion(String name, DnsRecordType type, int dnsClass) Creates a new question.DefaultDnsRawRecord(String name, DnsRecordType type, int dnsClass, long timeToLive, ByteBuf content) Creates a new record.DefaultDnsRawRecord(String name, DnsRecordType type, long timeToLive, ByteBuf content) Creates a newIN-classrecord. -
Uses of DnsRecordType in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as DnsRecordTypeModifier and TypeFieldDescriptionprivate final DnsRecordType[]DnsResolveContext.expectedTypesprivate static final DnsRecordType[]DnsNameResolver.IPV4_ONLY_RESOLVED_RECORD_TYPESprivate static final DnsRecordType[]DnsNameResolver.IPV4_PREFERRED_RESOLVED_RECORD_TYPESprivate static final DnsRecordType[]DnsNameResolver.IPV6_ONLY_RESOLVED_RECORD_TYPESprivate static final DnsRecordType[]DnsNameResolver.IPV6_PREFERRED_RESOLVED_RECORD_TYPESprivate final DnsRecordType[]DnsNameResolver.resolveRecordTypesMethods in io.netty.resolver.dns that return DnsRecordTypeModifier and TypeMethodDescription(package private) final DnsRecordType[]DnsNameResolver.resolveRecordTypes()Methods in io.netty.resolver.dns with parameters of type DnsRecordTypeModifier and TypeMethodDescription(package private) DnsResolveContext<InetAddress> DnsAddressResolveContext.newResolverContext(DnsNameResolver parent, Channel channel, Promise<?> originalPromise, String hostname, int dnsClass, DnsRecordType[] expectedTypes, DnsRecord[] additionals, DnsServerAddressStream nameServerAddrs, int allowedQueries) (package private) DnsResolveContext<DnsRecord> DnsRecordResolveContext.newResolverContext(DnsNameResolver parent, Channel channel, Promise<?> originalPromise, String hostname, int dnsClass, DnsRecordType[] expectedTypes, DnsRecord[] additionals, DnsServerAddressStream nameServerAddrs, int allowedQueries) (package private) abstract DnsResolveContext<T> DnsResolveContext.newResolverContext(DnsNameResolver parent, Channel channel, Promise<?> originalPromise, String hostname, int dnsClass, DnsRecordType[] expectedTypes, DnsRecord[] additionals, DnsServerAddressStream nameServerAddrs, int allowedQueries) Creates a new context with the given parameters.private booleanDnsResolveContext.query(String hostname, DnsRecordType type, DnsServerAddressStream dnsServerAddressStream, boolean flush, Promise<List<T>> promise) Constructors in io.netty.resolver.dns with parameters of type DnsRecordTypeModifierConstructorDescriptionprivateDnsRecordResolveContext(DnsNameResolver parent, Channel channel, Promise<?> originalPromise, String hostname, int dnsClass, DnsRecordType[] expectedTypes, DnsRecord[] additionals, DnsServerAddressStream nameServerAddrs, int allowedQueries) (package private)DnsResolveContext(DnsNameResolver parent, Channel channel, Promise<?> originalPromise, String hostname, int dnsClass, DnsRecordType[] expectedTypes, DnsRecord[] additionals, DnsServerAddressStream nameServerAddrs, int allowedQueries) (package private)SearchDomainUnknownHostException(Throwable cause, String originalHostname, DnsRecordType[] queryTypes, String[] searchDomains)