org.xbill.DNS
Class APLRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.APLRecord
- All Implemented Interfaces:
- Cloneable, Comparable
public class APLRecord
- extends Record
APL - Address Prefix List. See RFC 3123.
- Author:
- Brian Wellington
Constructor Summary |
APLRecord(Name name,
int dclass,
long ttl,
List elements)
Creates an APL Record from the given data. |
Methods inherited from class org.xbill.DNS.Record |
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 |
APLRecord
public APLRecord(Name name,
int dclass,
long ttl,
List elements)
- Creates an APL Record from the given data.
- Parameters:
elements
- The list of APL elements.
getElements
public List getElements()
- Returns the list of APL elements.