How to detect ping flood in java?

178 Views Asked by At

I hava a Java web service and I would like to send an alert to an Android client if a lot of ping requests target that web service. Is there a method/library which can provide this thing in Java?(something similar to scapy lib from python)

0

There are 0 best solutions below