Package net.azib.ipscan.fetchers

Examples of net.azib.ipscan.fetchers.Fetcher.cleanup()


    result.setType(subject.getResultType());
  }

  public void interrupt(Thread thread) {
    Fetcher fetcher = currentFetchers.get(thread.getId());
    if (fetcher != null) fetcher.cleanup();
  }
 
  /**
   * Init everything needed for scanning, including Fetchers
   */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.