Package org.minidns.record
Class CNAME
java.lang.Object
org.minidns.record.Data
org.minidns.record.RRWithTarget
org.minidns.record.CNAME
CNAME payload (pointer to another domain / address).
-
Field Summary
Fields inherited from class org.minidns.record.RRWithTarget
name, target
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
The payload type.static CNAME
parse
(DataInputStream dis, byte[] data) Methods inherited from class org.minidns.record.RRWithTarget
getTarget, serialize, toString
Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
Constructor Details
-
CNAME
-
CNAME
-
-
Method Details
-
parse
- Throws:
IOException
-
getType
Description copied from class:Data
The payload type.
-