Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Field and Description |
---|---|
private SOARecord |
Zone.SOA |
Modifier and Type | Method and Description |
---|---|
SOARecord |
Zone.getSOA()
Returns the Zone's SOA record
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.addNegative(Name name,
int type,
SOARecord soa,
int cred)
Adds a negative entry to the Cache.
|
private void |
Cache.addNegative(Name name,
int type,
SOARecord soa,
int cred,
boolean isAuthenticated) |
Constructor and Description |
---|
NegativeElement(Name name,
int type,
SOARecord soa,
int cred,
long maxttl,
boolean isAuthenticated) |