Package org.minidns.record
Class OPT
java.lang.Object
org.minidns.record.Data
org.minidns.record.OPT
OPT payload (see RFC 2671 for details).
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
The payload type.static OPT
parse
(DataInputStream dis, int payloadLength) protected void
The internal method used to serialize Data subclasses.Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
Field Details
-
variablePart
-
-
Constructor Details
-
OPT
public OPT() -
OPT
-
-
Method Details
-
parse
- Throws:
IOException
-
getType
Description copied from class:Data
The payload type. -
serialize
Description copied from class:Data
The internal method used to serialize Data subclasses.- Specified by:
serialize
in classData
- Parameters:
dos
- the output stream to serialize to.- Throws:
IOException
- if an I/O error occurs.
-