Interface ExtendedDnsCacheEntry

  • All Superinterfaces:
    io.netty.resolver.dns.DnsCacheEntry

    public interface ExtendedDnsCacheEntry
    extends io.netty.resolver.dns.DnsCacheEntry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String hostnameFromPtrRecord()
      Hostname from the PTR record, or null if none is available.
      • Methods inherited from interface io.netty.resolver.dns.DnsCacheEntry

        address, cause
    • Method Detail

      • hostnameFromPtrRecord

        java.lang.String hostnameFromPtrRecord()
        Hostname from the PTR record, or null if none is available.