Package org.jitsi.impl.neomedia.rtp
Class RawPacketCache.Container
- java.lang.Object
-
- org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
-
- Enclosing class:
- RawPacketCache
public class RawPacketCache.Container extends Object
A container for packets in the cache.
-
-
Constructor Summary
Constructors Constructor Description Container()Initializes a new emptyRawPacketCache.Containerinstance.Container(RawPacket pkt, long timeAdded)Initializes a newRawPacketCache.Containerinstance.
-
-
-
Constructor Detail
-
Container
public Container()
Initializes a new emptyRawPacketCache.Containerinstance.
-
Container
public Container(RawPacket pkt, long timeAdded)
Initializes a newRawPacketCache.Containerinstance.- Parameters:
pkt- the packet to hold.timeAdded- the time the packet was added.
-
-