|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.antiaction.dns.record.DNSRDataCName
DNS CName Record container. As defined in rfc1035.
| Field Summary | |
protected java.lang.String |
name
Exchange. |
protected static int |
rtype
Record of type CNAME. |
| Constructor Summary | |
DNSRDataCName()
Instantiate and initialize a default CName record object. |
|
| Method Summary | |
byte[] |
buildPacket(DNSName dnsname,
int globalIdx)
Build and return the rdata packet on the internal state. |
java.lang.Object |
clone()
Overrides Cloneable. |
void |
disassemblePacket(DNSName dnsname,
byte[] pDat,
int pIdx,
int pLen)
Parses the rdata part of a record. |
java.lang.String |
getCName()
Get the domain name of this record. |
int |
getDisassembledLen()
Returns the length of the previously disassembled rdata part. |
int |
getRType()
Get the record type. |
void |
setCName(java.lang.String name)
Set the domain name of this record. |
void |
setDebug(boolean b)
Toggle debug status. |
java.lang.String |
toString()
Returns a string representation of the internal state, mostly for debugging purposes. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected static int rtype
protected java.lang.String name
| Constructor Detail |
public DNSRDataCName()
| Method Detail |
public java.lang.Object clone()
clone in interface DNSRDataInterfaceclone in class java.lang.ObjectOutOfMemoryError - if there is not enough memory.Cloneablepublic void setDebug(boolean b)
setDebug in interface DNSRDataInterfaceb - boolean.
public byte[] buildPacket(DNSName dnsname,
int globalIdx)
throws DNSNameException
buildPacket in interface DNSRDataInterfacednsname - used for domain name compression in the same message.globalIdx - current index of the message being assembled. (Domain name compression)DNSNameException - if the domain name is invalid.public int getDisassembledLen()
getDisassembledLen in interface DNSRDataInterfacedisassemblePacket(DNSName, byte[], int, int)
public void disassemblePacket(DNSName dnsname,
byte[] pDat,
int pIdx,
int pLen)
throws DNSNameException,
DNSRDataException
disassemblePacket in interface DNSRDataInterfacednsname - used for domain name compression in the same message.pDat - array containing the complete packet.pIdx - index to where in the array the rdata part begins.pLen - length of the whole packet.DNSRDataException - if the packet is corrupted.DNSNameException - if the domain name is invalid.getDisassembledLen()public int getRType()
getRType in interface DNSRDataInterfacepublic void setCName(java.lang.String name)
name - domain name.public java.lang.String getCName()
public java.lang.String toString()
toString in interface DNSRDataInterfacetoString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||