Uses of Class
org.xbill.DNS.SOARecord
Packages that use SOARecord
-
Uses of SOARecord in org.xbill.DNS
Fields in org.xbill.DNS declared as SOARecordMethods in org.xbill.DNS that return SOARecordMethods in org.xbill.DNS with parameters of type SOARecordModifier and TypeMethodDescriptionvoidCache.addNegative(Name name, int type, SOARecord soa, int cred) Adds a negative entry to the Cache.private voidCache.addNegative(Name name, int type, SOARecord soa, int cred, boolean isAuthenticated) Constructors in org.xbill.DNS with parameters of type SOARecordModifierConstructorDescriptionNegativeElement(Name name, int type, SOARecord soa, int cred, long maxttl, boolean isAuthenticated)