proxies.add(new Proxy(Proxy.Type.HTTP, isa1));
proxies.add(new Proxy(Proxy.Type.HTTP, isa2));
HttpRoutePlanner hrp =
new ProxySelectorRoutePlanner(createSchemeRegistry(),
new ProxySelectorMockup(proxies));
HttpHost target =
new HttpHost("www.test.invalid", 80, "http");
HttpRequest request =
new BasicHttpRequest("GET", "/", HttpVersion.HTTP_1_1);