Package org.minidns.record
Class MX
- java.lang.Object
-
- org.minidns.record.Data
-
- org.minidns.record.MX
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Record.TYPEgetType()The payload type.static MXparse(java.io.DataInputStream dis, byte[] data)voidserialize(java.io.DataOutputStream dos)The internal method used to serialize Data subclasses.java.lang.StringtoString()-
Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
-
-
-
Method Detail
-
parse
public static MX parse(java.io.DataInputStream dis, byte[] data) throws java.io.IOException
- Throws:
java.io.IOException
-
serialize
public void serialize(java.io.DataOutputStream dos) throws java.io.IOException
Description copied from class:DataThe internal method used to serialize Data subclasses.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getType
public Record.TYPE getType()
Description copied from class:DataThe payload type.
-
-