Package org.xbill.DNS
Class MGRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.SingleNameBase
org.xbill.DNS.MGRecord
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Record>
Mail Group Record - specifies a mailbox which is a member of a mail group.
- See Also:
-
Field Summary
Fields inherited from class org.xbill.DNS.SingleNameBase
singleName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the mailbox in the mail group specified by the domainMethods 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
-
MGRecord
MGRecord() -
MGRecord
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
Gets the mailbox in the mail group specified by the domain
-