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