org.xbill.DNS
Class NSIDOption

java.lang.Object
  extended by org.xbill.DNS.EDNSOption
      extended by org.xbill.DNS.GenericEDNSOption
          extended by org.xbill.DNS.NSIDOption

public class NSIDOption
extends GenericEDNSOption

The Name Server Identifier Option, define in RFC 5001.

Author:
Brian Wellington
See Also:
OPTRecord

Nested Class Summary
 
Nested classes/interfaces inherited from class org.xbill.DNS.EDNSOption
EDNSOption.Code
 
Constructor Summary
NSIDOption(byte[] data)
          Construct an NSID option.
 
Method Summary
 
Methods inherited from class org.xbill.DNS.EDNSOption
equals, fromWire, getCode, hashCode, toString, toWire
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSIDOption

public NSIDOption(byte[] data)
Construct an NSID option.

Parameters:
data - The contents of the option.