-
- All Implemented Interfaces:
-
org.jitsi.utils.queue.ErrorHandler
public class CountingErrorHandler implements ErrorHandler
An ErrorHandler implementation which counts the number of dropped packets and exceptions.
-
-
Method Summary
Modifier and Type Method Description voidpacketDropped()Called when a packet is dropped from the queue because a new packetwas added while it was full. voidpacketHandlingFailed(Throwable t)Called when handling of a packet produces an exception. -
-
Method Detail
-
packetDropped
void packetDropped()
Called when a packet is dropped from the queue because a new packetwas added while it was full.
-
packetHandlingFailed
void packetHandlingFailed(Throwable t)
Called when handling of a packet produces an exception.
-
-
-
-