Package org.xbill.DNS

Class MGRecord

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

public class MGRecord extends SingleNameBase
Mail Group Record - specifies a mailbox which is a member of a mail group.
See Also:
  • Constructor Details

    • MGRecord

      MGRecord()
    • MGRecord

      public MGRecord(Name name, int dclass, long ttl, Name mailbox)
      Creates a new MG Record with the given data
      Parameters:
      mailbox - The mailbox that is a member of the group specified by the domain.
  • Method Details

    • getMailbox

      public Name getMailbox()
      Gets the mailbox in the mail group specified by the domain