Package org.xbill.DNS
Class GenericEDNSOption
java.lang.Object
org.xbill.DNS.EDNSOption
org.xbill.DNS.GenericEDNSOption
- Direct Known Subclasses:
NSIDOption
An EDNSOption with no internal structure.
- Author:
- Ming Zhou <mizhou@bnivideo.com>, Beaumaris Networks, Brian Wellington
-
Nested Class Summary
Nested classes/interfaces inherited from class org.xbill.DNS.EDNSOption
EDNSOption.Code -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GenericEDNSOption
public GenericEDNSOption(int code, byte[] data) Construct a generic EDNS option.- Parameters:
data- The contents of the option.
-