ExchangeClient exchangeClient = new ExchangeClient(createTestingBlockEncodingManager(),
new DataSize(32, Unit.MEGABYTE),
maxResponseSize,
1,
new Duration(1, TimeUnit.MINUTES),
new TestingHttpClient(processor, newCachedThreadPool(daemonThreadsNamed("test-%s"))),
executor);
URI location1 = URI.create("http://localhost:8081/foo");
processor.addPage(location1, createPage(1));
processor.addPage(location1, createPage(2));