Package 

Interface ErrorHandler


  • 
    public interface ErrorHandler
    
                        

    An interface for handling the two types of error conditions from a queue.

    • Method Summary

      Modifier and Type Method Description
      void packetDropped() Called when a packet is dropped from the queue because a new packetwas added while it was full.
      void packetHandlingFailed(Throwable t) Called when handling of a packet produces an exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • packetDropped

         void packetDropped()

        Called when a packet is dropped from the queue because a new packetwas added while it was full.