public class UnknownEdnsOption extends EdnsOption
optionCode, optionData, optionLength| Modifier | Constructor and Description |
|---|---|
protected |
UnknownEdnsOption(int optionCode,
byte[] optionData) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.CharSequence |
asTerminalOutputInternal() |
Edns.OptionCode |
getOptionCode() |
protected java.lang.CharSequence |
toStringInternal() |
asTerminalOutput, parse, toString, writeToDospublic Edns.OptionCode getOptionCode()
getOptionCode in class EdnsOptionprotected java.lang.CharSequence asTerminalOutputInternal()
asTerminalOutputInternal in class EdnsOptionprotected java.lang.CharSequence toStringInternal()
toStringInternal in class EdnsOption