Package org.xbill.DNS

Class Cache.NegativeElement

java.lang.Object
org.xbill.DNS.Cache.NegativeElement
All Implemented Interfaces:
Cache.Element
Enclosing class:
Cache

private static class Cache.NegativeElement extends Object implements Cache.Element
  • Field Details

    • type

      int type
    • name

      Name name
    • credibility

      int credibility
    • expire

      int expire
    • isAuthenticated

      boolean isAuthenticated
  • Constructor Details

    • NegativeElement

      public NegativeElement(Name name, int type, SOARecord soa, int cred, long maxttl, boolean isAuthenticated)
  • Method Details