Class Detector


  • public class Detector
    extends java.lang.Object
    Censorship detector that reads a .csv file of the number of Tor clients and finds anomalies that might be indicative of censorship.
    • Constructor Summary

      Constructors 
      Constructor Description
      Detector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void detect()
      Run censorship detection.
      • Methods inherited from class java.lang.Object

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

      • Detector

        public Detector()
    • Method Detail

      • detect

        public void detect()
                    throws java.io.IOException
        Run censorship detection.
        Throws:
        java.io.IOException