Package org.archive.cdxserver.processor

Examples of org.archive.cdxserver.processor.BaseProcessor.trackLine()


//     
//      if (!authChecker.isCaptureAllowed(line, authToken)) {
//        continue;
//      }
//     
      outputProcessor.trackLine(line);

      // Timestamp Range Filtering
      String timestamp = line.getTimestamp();

      if (!query.from.isEmpty() && (timestamp.compareTo(query.from) < 0)) {
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.