66676869707172
super(); this.hostAndPort = hostAndPort; this.parentScanner = parentScanner; this.scannerParam = scannerParam; httpSender = new HttpSender(connectionParam, true); threadPool = new ThreadPool(scannerParam.getThreadPerHost()); }
56575859606162
*/ public Scanner(ScannerParam scannerParam, ConnectionParam param) { this.connectionParam = param; this.scannerParam = scannerParam; //httpSender = new HttpSender(param); pool = new ThreadPool(scannerParam.getHostPerScan()); }
65666768697071
47484950515253
* */ public Scanner(ScannerParam scannerParam, ConnectionParam param) { this.connectionParam = param; this.scannerParam = scannerParam; pool = new ThreadPool(scannerParam.getHostPerScan()); }