public class RawPacketCache.Container extends Object
| Modifier and Type | Field and Description |
|---|---|
RawPacket |
pkt
The
RawPacket which this container holds. |
long |
timeAdded
The time (in milliseconds since the epoch) that the packet was
added to the cache.
|
| Constructor and Description |
|---|
Container()
Initializes a new empty
RawPacketCache.Container instance. |
Container(RawPacket pkt,
long timeAdded)
Initializes a new
RawPacketCache.Container instance. |
public long timeAdded
public Container()
RawPacketCache.Container instance.public Container(RawPacket pkt, long timeAdded)
RawPacketCache.Container instance.pkt - the packet to hold.timeAdded - the time the packet was added.Copyright © 2021 jitsi.org. All rights reserved.