|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.antiaction.dns.record.DNSRDataHINFO
DNS HINFO Record container. As defined in rfc1035.
| Field Summary | |
protected java.lang.String |
cpu
CPU. |
protected java.lang.String |
os
OS. |
protected static int |
rtype
Record of type HINFO. |
| Constructor Summary | |
DNSRDataHINFO()
Instantiate and initialize a default HINFO 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 |
getCPU()
Get the CPU string. |
int |
getDisassembledLen()
Returns the length of the previously disassembled rdata part. |
java.lang.String |
getOS()
Get the OS string. |
int |
getRType()
Get the record type. |
void |
setCPU(java.lang.String cpu)
Set the CPU string. |
void |
setDebug(boolean b)
Toggle debug status. |
void |
setOS(java.lang.String os)
Set the OS string. |
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 cpu
protected java.lang.String os
| Constructor Detail |
public DNSRDataHINFO()
| 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 setCPU(java.lang.String cpu)
throws DNSRDataException
cpu - CPU string.public java.lang.String getCPU()
public void setOS(java.lang.String os)
throws DNSRDataException
os - OS string.public java.lang.String getOS()
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 | ||||||||