java.lang.Object
org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
org.eclipse.emf.mwe.internal.core.debug.communication.packages.HandshakePackage

public class HandshakePackage extends AbstractPackage
The packet to communicate a first handshake. There are no data to be communicated.
  • Constructor Details

    • HandshakePackage

      public HandshakePackage()
  • Method Details

    • readContent

      public void readContent(DataInputStream in)
      Description copied from class: AbstractPackage
      fill the packet fields from the DataInputStream. Implementors have to make sure that the data content matches with the writeContent(out) method!!
      Specified by:
      readContent in class AbstractPackage
      Parameters:
      in - the DataInputStream
    • writeContent

      public void writeContent(DataOutputStream out)
      Description copied from class: AbstractPackage
      write the packet fields content to the DataOutputStream. Implementors have to make sure that the data content matches with the readContent(out) method!!
      Specified by:
      writeContent in class AbstractPackage
      Parameters:
      out - the DataOutputStream