Uses of Interface
io.netty.resolver.dns.DnsCacheEntry
-
-
Uses of DnsCacheEntry in io.netty.resolver.dns
Methods in io.netty.resolver.dns that return DnsCacheEntry Modifier and Type Method Description DnsCacheEntryDefaultDnsCache. cache(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals, Throwable cause, io.netty.channel.EventLoop loop)DnsCacheEntryDefaultDnsCache. cache(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals, InetAddress address, long originalTtl, io.netty.channel.EventLoop loop)DnsCacheEntryDnsCache. cache(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals, Throwable cause, io.netty.channel.EventLoop loop)Cache the resolution failure for a given hostname.DnsCacheEntryDnsCache. cache(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals, InetAddress address, long originalTtl, io.netty.channel.EventLoop loop)Create a newDnsCacheEntryand cache a resolved address for a given hostname.DnsCacheEntryNoopDnsCache. cache(String hostname, io.netty.handler.codec.dns.DnsRecord[] additional, Throwable cause, io.netty.channel.EventLoop loop)DnsCacheEntryNoopDnsCache. cache(String hostname, io.netty.handler.codec.dns.DnsRecord[] additional, InetAddress address, long originalTtl, io.netty.channel.EventLoop loop)Methods in io.netty.resolver.dns that return types with arguments of type DnsCacheEntry Modifier and Type Method Description List<? extends DnsCacheEntry>DefaultDnsCache. get(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals)List<? extends DnsCacheEntry>DnsCache. get(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals)Return the cached entries for the given hostname.List<? extends DnsCacheEntry>NoopDnsCache. get(String hostname, io.netty.handler.codec.dns.DnsRecord[] additionals)
-