Class DNSTimeoutEntry

java.lang.Object
org.deltava.util.dns.DNSEntry
org.deltava.util.dns.DNSTimeoutEntry
All Implemented Interfaces:
Serializable, RemoteAddressBean, Cacheable, ExpiringCacheable

class DNSTimeoutEntry extends DNSEntry implements ExpiringCacheable
A bean to store a cached timed out reverse DNS entry. This is designed to provide a shorter TTL for invalid entries.
Since:
12.4
Version:
12.4
Author:
Luke
  • Constructor Details

    • DNSTimeoutEntry

      DNSTimeoutEntry(String addr, int ttl)
      Creates the bean.
      Parameters:
      addr - the IP address
      ttl - the cache TTL in seconds
  • Method Details