Package org.xbill.DNS

Class MRRecord

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

public class MRRecord extends SingleNameBase
Mailbox Rename Record - specifies a rename of a mailbox.
See Also:
  • Constructor Details

    • MRRecord

      MRRecord()
    • MRRecord

      public MRRecord(Name name, int dclass, long ttl, Name newName)
      Creates a new MR Record with the given data
      Parameters:
      newName - The new name of the mailbox specified by the domain. domain.
  • Method Details

    • getNewName

      public Name getNewName()
      Gets the new name of the mailbox specified by the domain