org.xbill.DNS
public class MINFORecord extends Record
Constructor and Description |
---|
MINFORecord(Name name,
int dclass,
long ttl,
Name responsibleAddress,
Name errorAddress)
Creates an MINFO Record from the given data
|
Modifier and Type | Method and Description |
---|---|
Name |
getErrorAddress()
Gets the address to receive error messages relating to the mailing
list/mailbox.
|
Name |
getResponsibleAddress()
Gets the address responsible for the mailing list/mailbox.
|
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
public MINFORecord(Name name, int dclass, long ttl, Name responsibleAddress, Name errorAddress)
responsibleAddress
- The address responsible for the
mailing list/mailbox.errorAddress
- The address to receive error messages relating to the
mailing list/mailbox.