|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
org.eclipse.emf.mwe.internal.core.debug.communication.packages.HandshakePackage
public class HandshakePackage
The packet to communicate a first handshake. There are no data to be communicated.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage |
|---|
id, refId |
| Constructor Summary | |
|---|---|
HandshakePackage()
|
|
| 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.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage |
|---|
getId, setNextId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HandshakePackage()
| Method Detail |
|---|
public void readContent(java.io.DataInputStream in)
AbstractPackageDataInputStream. Implementors have to make sure that the
data content matches with the writeContent(out) method!!
readContent in class AbstractPackagein - the DataInputStreampublic void writeContent(java.io.DataOutputStream out)
AbstractPackageDataOutputStream. Implementors have to make sure
that the data content matches with the readContent(out) method!!
writeContent in class AbstractPackageout - the DataOutputStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||