Package org.xbill.DNS
Class NSIDOption
java.lang.Object
org.xbill.DNS.EDNSOption
org.xbill.DNS.GenericEDNSOption
org.xbill.DNS.NSIDOption
The Name Server Identifier Option
- Author:
- Brian Wellington
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.xbill.DNS.EDNSOption
EDNSOption.Code -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NSIDOption
public NSIDOption(byte[] data) Construct an NSID option.- Parameters:
data- The contents of the option.
-