Package org.jitsi.utils.queue
See: Description
-
Interface Summary Interface Description Handler A simple interface to handle enqueued T items. PacketHandler A simple interface to handle packets. ErrorHandler An interface for handling the two types of error conditions from a queue. -
Class Summary Class Description AsyncQueueHandler Asynchronously reads items from provided queue on separate thread borrowed from executor and process items with specified handler. QueueStatistics PacketQueue An abstract queue of packets. CountingErrorHandler An ErrorHandler implementation which counts the number of dropped packets and exceptions.