Class MissingSequenceNumbersMessage

All Implemented Interfaces:
SerializableMessage

public final class MissingSequenceNumbersMessage
extends GatherProtocolMessage
A message used to describe what sequence numbers are missing from a fast data transfer stream so that they can be retransmitted.
  • Field Details

    • NEXT_MSGS_PROPERTY

      public static final String NEXT_MSGS_PROPERTY
      The name of the system property defining the number of next messages that should be used in the data speed up gatherer protocol's retransmission mode.

      If a property with this name is absent, a default is used (7).

      See Also:
      Constant Field Values
    • NEXT_MESSAGES_COUNT

      public static final int NEXT_MESSAGES_COUNT
      The number of next messages that should be used in the data speed up gatherer protocol's retransmission mode.