Package org.xbill.DNS

Class NSAP_PTRRecord

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Record>

public class NSAP_PTRRecord extends SingleNameBase
NSAP Pointer Record - maps a domain name representing an NSAP Address to a hostname. (obsolete)
See Also:
  • Constructor Details

    • NSAP_PTRRecord

      NSAP_PTRRecord()
    • NSAP_PTRRecord

      public NSAP_PTRRecord(Name name, int dclass, long ttl, Name target)
      Creates a new NSAP_PTR Record with the given data
      Parameters:
      target - The name of the host with this address
  • Method Details

    • getTarget

      public Name getTarget()
      Gets the target of the NSAP_PTR Record