org.xbill.DNS
Class DNAMERecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.NS_CNAME_PTRRecord
org.xbill.DNS.DNAMERecord
- All Implemented Interfaces:
- Cloneable, Comparable
- public class DNAMERecord
- extends NS_CNAME_PTRRecord
DNAME Record - maps a nonterminal alias (subtree) to a different domain
- Author:
- Brian Wellington
Constructor Summary |
DNAMERecord(Name name,
int dclass,
int ttl,
Name target)
Creates a new DNAMERecord with the given data |
Methods inherited from class org.xbill.DNS.Record |
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToWireCanonical, remainingStrings, toString, toWire, toWireCanonical, withName |
DNAMERecord
public DNAMERecord(Name name,
int dclass,
int ttl,
Name target)
- Creates a new DNAMERecord with the given data
- Parameters:
target
- The name to which the DNAME alias points