org.xbill.DNS
Class DHCIDRecord

java.lang.Object
  extended by org.xbill.DNS.Record
      extended by org.xbill.DNS.DHCIDRecord
All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class DHCIDRecord
extends Record

DHCID - Dynamic Host Configuration Protocol (DHCP) ID (RFC 4701)

Author:
Brian Wellington
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xbill.DNS.Record
dclass, name, ttl, type
 
Constructor Summary
DHCIDRecord(Name name, int dclass, long ttl, byte[] data)
          Creates an DHCID Record from the given data
 
Method Summary
 byte[] getData()
          Returns the binary 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, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DHCIDRecord

public DHCIDRecord(Name name,
                   int dclass,
                   long ttl,
                   byte[] data)
Creates an DHCID Record from the given data

Parameters:
data - The binary data, which is opaque to DNS.
Method Detail

getData

public byte[] getData()
Returns the binary data.