Package org.jitsi.impl.neomedia.rtcp
Class RTCPIterator
- java.lang.Object
-
- org.jitsi.impl.neomedia.rtcp.RTCPIterator
-
- All Implemented Interfaces:
Iterator<org.jitsi.utils.ByteArrayBuffer>
public class RTCPIterator extends Object implements Iterator<org.jitsi.utils.ByteArrayBuffer>
AnIteratorfor RTCP packets contained in a compound RTCP packet. For aPacketTransformerthat splits compound RTCP packets into individual RTCP packetsCompoundPacketEngine. Instances of this class are not thread-safe. If multiple threads access an instance concurrently, it must be synchronized externally.- Author:
- George Politis
-
-
Constructor Summary
Constructors Constructor Description RTCPIterator(org.jitsi.utils.ByteArrayBuffer baf)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()org.jitsi.utils.ByteArrayBuffernext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-