org.xbill.DNS
public class DNAMERecord extends Record
Modifier and Type | Field and Description |
---|---|
protected Name |
singleName |
Constructor and Description |
---|
DNAMERecord(Name name,
int dclass,
long ttl,
Name alias)
Creates a new DNAMERecord with the given data
|
Modifier and Type | Method and Description |
---|---|
Name |
getAlias()
Gets the alias specified by the DNAME Record
|
protected Name |
getSingleName() |
Name |
getTarget()
Gets the target of the DNAME Record
|
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