Package org.jitsi.utils.queue
See: Description
-
Interface Summary Interface Description ErrorHandler An interface for handling the two types of error conditions from a queue. PacketHandler A simple interface to handle packets. Observer An interface to observe a queue, to collect statistics or similar. -
Class Summary Class Description CountingErrorHandler An ErrorHandler implementation which counts the number of dropped packets and exceptions. PacketQueue An abstract queue of packets. QueueStatistics QueueStatisticsObserver -
Object Summary Object Description Companion