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