Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Field and Description |
---|---|
private java.util.List<APLRecord.Element> |
APLRecord.elements |
Modifier and Type | Method and Description |
---|---|
java.util.List<APLRecord.Element> |
APLRecord.getElements()
Returns the list of APL elements.
|
Constructor and Description |
---|
APLRecord(Name name,
int dclass,
long ttl,
java.util.List<APLRecord.Element> elements)
Creates an APL Record from the given data.
|