|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.antiaction.dns.record.DNSRDataTXT
DNS TXT Record container. As defined in rfc1035.
| Field Summary | |
protected static int |
rtype
Record of type TXT. |
protected java.util.ArrayList |
txt
Text array. |
| Constructor Summary | |
DNSRDataTXT()
Instantiate and initialize a default TXT 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. |
int |
getDisassembledLen()
Returns the length of the previously disassembled rdata part. |
int |
getRType()
Get the record type. |
java.util.ArrayList |
getTXT()
Get the text as an array of strings. |
void |
setDebug(boolean b)
Toggle debug status. |
void |
setIPAddr(java.util.ArrayList txt)
Validate and set the IP address of this record. |
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.util.ArrayList txt
| Constructor Detail |
public DNSRDataTXT()
| 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 DNSRDataInterface
public void setIPAddr(java.util.ArrayList txt)
throws DNSRDataException
ip - ip address.DNSRDataException - if the ip address is not valid.public java.util.ArrayList getTXT()
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 | ||||||||