Package org.minidns.record
Class DNAME
java.lang.Object
org.minidns.record.Data
org.minidns.record.RRWithTarget
org.minidns.record.DNAME
A DNAME resource record.
- See Also:
-
Field Summary
Fields inherited from class org.minidns.record.RRWithTarget
name, target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()The payload type.static DNAMEparse(DataInputStream dis, byte[] data) Methods inherited from class org.minidns.record.RRWithTarget
getTarget, serialize, toStringMethods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
Constructor Details
-
DNAME
-
DNAME
-
-
Method Details
-
parse
- Throws:
IOException
-
getType
Description copied from class:DataThe payload type.
-