Interface ExtendedDnsCache

  • All Superinterfaces:
    io.netty.resolver.dns.DnsCache
    All Known Implementing Classes:
    CaffeineDnsCache

    public interface ExtendedDnsCache
    extends io.netty.resolver.dns.DnsCache
    An extended DnsCache with support for storing PTR records from reverse lookups.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ExtendedDnsCacheEntry cache​(java.lang.String hostname, io.netty.handler.codec.dns.DnsPtrRecord ptrRecord, io.netty.channel.EventLoop loop)  
      • Methods inherited from interface io.netty.resolver.dns.DnsCache

        cache, cache, clear, clear, get
    • Method Detail

      • cache

        ExtendedDnsCacheEntry cache​(java.lang.String hostname,
                                    io.netty.handler.codec.dns.DnsPtrRecord ptrRecord,
                                    io.netty.channel.EventLoop loop)