org.xbill.DNS
public class NSAPRecord extends Record
Constructor and Description |
---|
NSAPRecord(Name name,
int dclass,
long ttl,
java.lang.String address)
Creates an NSAP Record from the given data
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Returns the NSAP address.
|
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 NSAPRecord(Name name, int dclass, long ttl, java.lang.String address)
address
- The NSAP address.java.lang.IllegalArgumentException
- The address is not a valid NSAP address.