org.xbill.DNS
Class KXRecord

java.lang.Object
  extended byorg.xbill.DNS.Record
      extended byorg.xbill.DNS.MX_KXRecord
          extended byorg.xbill.DNS.KXRecord
All Implemented Interfaces:
Cloneable, Comparable

public class KXRecord
extends MX_KXRecord

Key Exchange - delegation of authority

Author:
Brian Wellington

Field Summary
 
Fields inherited from class org.xbill.DNS.MX_KXRecord
priority, target
 
Fields inherited from class org.xbill.DNS.Record
dclass, name, ttl, type
 
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.MX_KXRecord
getAdditionalName, getPriority, getTarget, rdataFromString, rdataToString, rrFromWire
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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