Package org.minidns.record
Class MX
java.lang.Object
org.minidns.record.Data
org.minidns.record.MX
MX record payload (mail service pointer).
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
The payload type.static MX
parse
(DataInputStream dis, byte[] data) void
The internal method used to serialize Data subclasses.toString()
Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
Field Details
-
priority
public final int priorityThe priority of this service. Lower values mean higher priority. -
target
The name of the target server. -
name
Deprecated.usetarget
instead.The name of the target server.
-
-
Constructor Details
-
MX
-
MX
-
-
Method Details
-
parse
- Throws:
IOException
-
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.
-
toString
-
getType
Description copied from class:Data
The payload type.
-
target
instead.