org.xbill.DNS
public class MGRecord extends Record
Modifier and Type | Field and Description |
---|---|
protected Name |
singleName |
Constructor and Description |
---|
MGRecord(Name name,
int dclass,
long ttl,
Name mailbox)
Creates a new MG Record with the given data
|
Modifier and Type | Method and Description |
---|---|
Name |
getMailbox()
Gets the mailbox in the mail group specified by the domain
|
protected Name |
getSingleName() |
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
protected Name singleName