Package org.xbill.DNS
Class NXTRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.NXTRecord
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Record>
Next name - this record contains the following name in an ordered list of names in the zone, and
a set of types for which records exist for this name. The presence of this record in a response
signifies a failed query for data in a DNSSEC-signed zone.
- Author:
- Brian Wellington
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of types defined for this namegetNext()Returns the next nameprotected voidrdataFromString(Tokenizer st, Name origin) Converts the text format of an RR to the internal format - must be overridenprotected voidrrFromWire(DNSInput in) Converts the type-specific RR to wire format - must be overriddenprotected StringConverts rdata to a Stringprotected voidrrToWire(DNSOutput out, Compression c, boolean canonical) Converts the type-specific RR to wire format - must be overridden.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, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
-
Constructor Details
-
NXTRecord
Creates an NXT Record from the given data- Parameters:
next- The following name in an ordered list of the zonebitmap- The set of type for which records exist at this name
-
-
Method Details
-
rrFromWire
Description copied from class:RecordConverts the type-specific RR to wire format - must be overridden- Specified by:
rrFromWirein classRecord- Throws:
IOException
-
rdataFromString
Description copied from class:RecordConverts the text format of an RR to the internal format - must be overriden- Specified by:
rdataFromStringin classRecord- Throws:
IOException
-
rrToString
Converts rdata to a String- Specified by:
rrToStringin classRecord
-
getNext
Returns the next name -
getBitmap
Returns the set of types defined for this name -
rrToWire
Description copied from class:RecordConverts the type-specific RR to wire format - must be overridden.
-