Package org.jitsi.util.function
Class SeqNumPacketTranslation<T extends org.jitsi.utils.ByteArrayBuffer>
- java.lang.Object
-
- org.jitsi.util.function.SeqNumPacketTranslation<T>
-
-
Constructor Summary
Constructors Constructor Description SeqNumPacketTranslation(int seqNumDelta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jitsi.utils.ByteArrayBufferapply(org.jitsi.utils.ByteArrayBuffer baf)
-
-
-
Constructor Detail
-
SeqNumPacketTranslation
public SeqNumPacketTranslation(int seqNumDelta)
- Parameters:
seqNumDelta- The delta to apply to the sequence number of theRawPacketthat is specified as an argument in the apply method.
-
-