Class GatherProtocolMessage
java.lang.Object
uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
uk.ac.manchester.spinnaker.messages.sdp.SDPMessage
uk.ac.manchester.spinnaker.protocols.download.GatherProtocolMessage
- All Implemented Interfaces:
SerializableMessage
- Direct Known Subclasses:
ClearMessage
,MissingSequenceNumbersMessage
,StartSendingMessage
A message participating in the fast-data-download protocol. This protocol
looks like SDP in general.
- Author:
- Donal Fellows
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The various IDs of messages used in the fast download protocol. -
Field Summary
Fields inherited from class uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
sdpHeader
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GatherProtocolMessage
(HasCoreLocation destination, SDPPort destPort, ByteBuffer payload) Create a protocol message. -
Method Summary
Methods inherited from class uk.ac.manchester.spinnaker.messages.sdp.SDPMessage
addToBuffer, getData
Methods inherited from class uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
getMessageData
-
Constructor Details
-
GatherProtocolMessage
Create a protocol message.- Parameters:
destination
- Where to send the messagedestPort
- Which SDP port to send the message topayload
- What the contents of the message should be.
-