org.xbill.DNS
Class NSIDOption
java.lang.Object
org.xbill.DNS.EDNSOption
org.xbill.DNS.GenericEDNSOption
org.xbill.DNS.NSIDOption
public class NSIDOption
- extends GenericEDNSOption
The Name Server Identifier Option, define in RFC 5001.
- Author:
- Brian Wellington
- See Also:
OPTRecord
|
Constructor Summary |
NSIDOption(byte[] data)
Construct an NSID option. |
NSIDOption
public NSIDOption(byte[] data)
- Construct an NSID option.
- Parameters:
data - The contents of the option.
Copyright © 2012-2013 LittleShoot. All Rights Reserved.