|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.antiaction.dns.record.DNSRDataNULL
DNS NULL record container. As defined in rfc1035.
| Field Summary | |
protected byte[] |
genericData
Array of data. |
protected static int |
rtype
Record of type NULL. |
| Constructor Summary | |
DNSRDataNULL()
Instantiate and initialize a default NULL 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. |
byte[] |
getData()
Get the generic data of this record. |
int |
getDisassembledLen()
Returns the length of the previously disassembled rdata part. |
int |
getRType()
Get the record type. |
void |
setData(byte[] data)
Set the generic data 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 byte[] genericData
| Constructor Detail |
public DNSRDataNULL()
| 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 setData(byte[] data)
data - raw byte array.public byte[] getData()
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 | ||||||||