org.xbill.DNS
public class APLRecord extends Record
Modifier and Type | Class and Description |
---|---|
static class |
APLRecord.Element |
Constructor and Description |
---|
APLRecord(Name name,
int dclass,
long ttl,
java.util.List elements)
Creates an APL Record from the given data.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getElements()
Returns the list of APL elements.
|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
public APLRecord(Name name, int dclass, long ttl, java.util.List elements)
elements
- The list of APL elements.