Interface ScannerListener

    • Method Detail

      • scannerComplete

        void scannerComplete​(int id)
      • hostNewScan

        void hostNewScan​(int id,
                         java.lang.String hostAndPort,
                         HostProcess hostThread)
      • hostProgress

        void hostProgress​(int id,
                          java.lang.String hostAndPort,
                          java.lang.String msg,
                          int percentage)
      • hostComplete

        void hostComplete​(int id,
                          java.lang.String hostAndPort)
      • alertFound

        void alertFound​(Alert alert)
      • notifyNewMessage

        void notifyNewMessage​(HttpMessage msg)
      • filteredMessage

        default void filteredMessage​(HttpMessage msg,
                                     java.lang.String reason)
        Added to notify reason for filtering message from scanning.
        Parameters:
        msg -
        reason -