Uses of Interface
io.netty.resolver.dns.DnsCacheEntry
Packages that use DnsCacheEntry
Package
Description
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 DnsCacheEntry in io.netty.resolver.dns
Methods in io.netty.resolver.dns that return DnsCacheEntryModifier and TypeMethodDescriptionDefaultDnsCache.cache(String hostname, DnsRecord[] additionals, InetAddress address, long originalTtl, EventLoop loop) Cache the resolution failure for a given hostname.DnsCache.cache(String hostname, DnsRecord[] additionals, InetAddress address, long originalTtl, EventLoop loop) Create a newDnsCacheEntryand cache a resolved address for a given hostname.NoopDnsCache.cache(String hostname, DnsRecord[] additional, InetAddress address, long originalTtl, EventLoop loop) Methods in io.netty.resolver.dns that return types with arguments of type DnsCacheEntryModifier and TypeMethodDescriptionList<? extends DnsCacheEntry> List<? extends DnsCacheEntry> Return the cached entries for the given hostname.List<? extends DnsCacheEntry>