| Modifier and Type | Field and Description |
|---|---|
List<EdnsOption> | variablePartvariablePart. |
| Constructor and Description |
|---|
OPT()OPT. |
OPT(List<EdnsOption> variablePart)OPT. |
| Modifier and Type | Method and Description |
|---|---|
Record.TYPE | getType()getType. |
static OPT | parse(DataInputStream dis,
int payloadLength)parse. |
protected void | serialize(DataOutputStream dos)serialize. |
equals, hashCode, length, toByteArray, toOutputStream, toOutputStreampublic final List<EdnsOption> variablePart
public OPT()
public OPT(List<EdnsOption> variablePart)
public Record.TYPE getType()
public static OPT parse(DataInputStream dis, int payloadLength) throws IOException
IOExceptionprotected void serialize(DataOutputStream dos) throws IOException
serialize in class Datados - the output stream to serialize to.IOException - if an I/O error occurs.