Package org.flasby.net
Class SequenceManager<Packet,Sequence extends Comparable<Sequence>>
java.lang.Object
org.flasby.net.SequenceManager<Packet,Sequence>
- Type Parameters:
Packet
-Sequence
-
ensures the ordered delivery of sequences of messages. It can request missing messages
and hold out of sequence messages until the missing sequence arrives.
Out of the box it simply discards out of order messages. You can change this.
- Author:
- steve
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SequenceManager
public SequenceManager()
-
-
Method Details
-
handle
-