|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.debug.communication.packets.AbstractPacket
org.openarchitectureware.debug.communication.packets.HandshakePacket
public class HandshakePacket
The packet to communicate a first handshake. There are no data to be communicated.
Field Summary |
---|
Fields inherited from class org.openarchitectureware.debug.communication.packets.AbstractPacket |
---|
id, refId |
Constructor Summary | |
---|---|
HandshakePacket()
|
Method Summary | |
---|---|
void |
readContent(java.io.DataInputStream in)
fill the packet fields from the DataInputStream . |
void |
writeContent(java.io.DataOutputStream out)
write the packet fields content to the DataOutputStream . |
Methods inherited from class org.openarchitectureware.debug.communication.packets.AbstractPacket |
---|
getId, setNextId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HandshakePacket()
Method Detail |
---|
public void readContent(java.io.DataInputStream in)
AbstractPacket
DataInputStream
. Implementors have to make sure that the
data content matches with the writeContent(out) method!!
readContent
in class AbstractPacket
in
- the DataInputStreampublic void writeContent(java.io.DataOutputStream out)
AbstractPacket
DataOutputStream
. Implementors have to make sure
that the data content matches with the readContent(out) method!!
writeContent
in class AbstractPacket
out
- the DataOutputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |