Class SniffOnFailureListener

    • Method Summary

      Modifier and Type Method Description
      void onFailure​(Node node)  
      void setSniffer​(Sniffer sniffer)
      Sets the Sniffer instance used to perform sniffing
      • Methods inherited from class java.lang.Object

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

      • SniffOnFailureListener

        public SniffOnFailureListener()
    • Method Detail

      • setSniffer

        public void setSniffer​(Sniffer sniffer)
        Sets the Sniffer instance used to perform sniffing
        Throws:
        java.lang.IllegalStateException - if the sniffer was already set, as it can only be set once