org.xbill.DNS
Class KXRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.MX_KXRecord
org.xbill.DNS.KXRecord
- All Implemented Interfaces:
- Cloneable, Comparable
- public class KXRecord
- extends MX_KXRecord
Key Exchange - delegation of authority
- Author:
- Brian Wellington
Constructor Summary |
KXRecord(Name name,
int dclass,
int ttl,
int preference,
Name target)
Creates a KX Record from the given data |
Methods inherited from class org.xbill.DNS.Record |
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToWireCanonical, remainingStrings, toString, toWire, toWireCanonical, withName |
KXRecord
public KXRecord(Name name,
int dclass,
int ttl,
int preference,
Name target)
- Creates a KX Record from the given data
- Parameters:
preference
- The preference of this KX. Records with lower priority
are preferred.target
- The host that authority is delegated to