|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xbill.DNS.Record
org.xbill.DNS.APLRecord
public class APLRecord
APL - Address Prefix List. See RFC 3123.
| Nested Class Summary | |
|---|---|
static class |
APLRecord.Element
|
| Field Summary |
|---|
| Fields inherited from class org.xbill.DNS.Record |
|---|
dclass, name, ttl, type |
| Constructor Summary | |
|---|---|
APLRecord(Name name,
int dclass,
long ttl,
java.util.List elements)
Creates an APL Record from the given data. |
|
| Method Summary | |
|---|---|
java.util.List |
getElements()
Returns the list of APL elements. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public APLRecord(Name name,
int dclass,
long ttl,
java.util.List elements)
elements - The list of APL elements.| Method Detail |
|---|
public java.util.List getElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||