| Package | Description |
|---|---|
| org.xbill.DNS |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.add(Name name,
int type,
long ttl,
Tokenizer tokenizer)
Parses a record from the tokenizer, and indicates that the record
should be inserted into the zone.
|
void |
Update.delete(Name name,
int type,
Tokenizer tokenizer)
Parses a record from the tokenizer, and indicates that the record
should be deleted from the zone.
|
static Record |
Record.fromString(Name name,
int type,
int dclass,
long ttl,
Tokenizer st,
Name origin)
Builds a new Record from its textual representation
|
void |
Update.present(Name name,
int type,
Tokenizer tokenizer)
Parses a record from the tokenizer, and inserts a prerequisite that the
record exists.
|
void |
Update.replace(Name name,
int type,
long ttl,
Tokenizer tokenizer)
Parses a record from the tokenizer, and indicates that the record
should be inserted into the zone replacing any other records with the
same name and type.
|
Copyright © 2015. All Rights Reserved.