org.xbill.DNS
public class NXTRecord extends Record
Constructor and Description |
---|
NXTRecord(Name name,
int dclass,
long ttl,
Name next,
java.util.BitSet bitmap)
Creates an NXT Record from the given data
|
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getBitmap()
Returns the set of types defined for this name
|
Name |
getNext()
Returns the next name
|
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
public Name getNext()
public java.util.BitSet getBitmap()