Class GatherProtocolMessage

All Implemented Interfaces:
SerializableMessage
Direct Known Subclasses:
ClearMessage, MissingSequenceNumbersMessage, StartSendingMessage

public abstract class GatherProtocolMessage
extends SDPMessage
A message participating in the fast-data-download protocol. This protocol looks like SDP in general.
Author:
Donal Fellows
  • Constructor Details

    • GatherProtocolMessage

      protected GatherProtocolMessage​(uk.ac.manchester.spinnaker.machine.HasCoreLocation destination, SDPPort destPort, ByteBuffer payload)
      Create a protocol message.
      Parameters:
      destination - Where to send the message
      destPort - Which SDP port to send the message to
      payload - What the contents of the message should be.