-
- 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(){@inheritDoc} voidpacketHandlingFailed(Throwable t){@inheritDoc} -
-
Method Detail
-
packetDropped
void packetDropped()
{@inheritDoc}
-
packetHandlingFailed
void packetHandlingFailed(Throwable t)
{@inheritDoc}
-
-
-
-