Package org.minidns.record
Class CNAME
- java.lang.Object
- 
- org.minidns.record.Data
- 
- org.minidns.record.RRWithTarget
- 
- org.minidns.record.CNAME
 
 
 
- 
 public class CNAME extends RRWithTarget CNAME payload (pointer to another domain / address).
- 
- 
Field Summary- 
Fields inherited from class org.minidns.record.RRWithTargetname, target
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Record.TYPEgetType()The payload type.static CNAMEparse(DataInputStream dis, byte[] data)- 
Methods inherited from class org.minidns.record.RRWithTargetgetTarget, serialize, toString
 - 
Methods inherited from class org.minidns.record.Dataequals, hashCode, length, toByteArray, toOutputStream, toOutputStream
 
- 
 
- 
- 
- 
Method Detail- 
parsepublic static CNAME parse(DataInputStream dis, byte[] data) throws IOException - Throws:
- IOException
 
 - 
getTypepublic Record.TYPE getType() Description copied from class:DataThe payload type.
 
- 
 
-