Package org.xbill.DNS
Class NSAP_PTRRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.SingleNameBase
org.xbill.DNS.NSAP_PTRRecord
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Record>
NSAP Pointer Record - maps a domain name representing an NSAP Address to a hostname. (obsolete)
- See Also:
-
Field Summary
Fields inherited from class org.xbill.DNS.SingleNameBase
singleName -
Constructor Summary
ConstructorsConstructorDescriptionNSAP_PTRRecord(Name name, int dclass, long ttl, Name target) Creates a new NSAP_PTR Record with the given data -
Method Summary
Methods inherited from class org.xbill.DNS.SingleNameBase
getSingleName, rdataFromString, rrFromWire, rrToString, rrToWireMethods inherited from class org.xbill.DNS.Record
byteArrayFromString, byteArrayToString, checkByteArrayLength, checkName, checkU16, checkU32, checkU8, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplace
-
Constructor Details
-
NSAP_PTRRecord
NSAP_PTRRecord() -
NSAP_PTRRecord
Creates a new NSAP_PTR Record with the given data- Parameters:
target- The name of the host with this address
-
-
Method Details
-
getTarget
Gets the target of the NSAP_PTR Record
-