File inputFile = new File(args[0]);
// The second argument is the output file
File outputFile = new File(args[1]);
Adapter testAdapter = new RandomAdapter();
Http11Processor http11Processor = new Http11Processor();
http11Processor.setSocket(new Socket("127.0.0.1", 8080));
http11Processor.action(ActionCode.ACTION_START, null);
FileTester tester = new FileTester(testAdapter, http11Processor,