Home | History | Annotate | Download | only in core

Lines Matching refs:fetch

78     private void fetch(SSLSocketFactory socketFactory, String host, int port,
178 * Invokes fetch() with the default socket factory.
180 private void fetch(String host, int port, boolean secure, String path,
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop,
193 fetch("www.fortify.net", 443, true, "/sslcheck.html", 1, 1, 0, 60);
194 fetch("mail.google.com", 443, true, "/mail/", 1, 1, 0, 60);
195 fetch("www.paypal.com", 443, true, "/", 1, 1, 0, 60);
196 fetch("www.yellownet.ch", 443, true, "/", 1, 1, 0, 60);
206 fetch("www.fortify.net", 443, true, "/sslcheck.html", 10, 1, 0, 60);
207 fetch("mail.google.com", 443, true, "/mail/", 10, 1, 0, 60);
208 fetch("www.paypal.com", 443, true, "/", 10, 1, 0, 60);
209 fetch("www.yellownet.ch", 443, true, "/", 10, 1, 0, 60);
219 fetch("www.fortify.net", 443, true, "/sslcheck.html", 1, 10, 0, 60);
220 fetch("mail.google.com", 443, true, "/mail/", 1, 10, 0, 60);
223 // fetch("www.paypal.com", 443, "/", 1, 10);
224 // fetch("www.yellownet.ch", 443, "/", 1, 10);
236 fetch("www.fortify.net", 443, true, "/sslcheck.html", 1, 10, 5, 60);
237 fetch("mail.google.com", 443, true, "/mail/", 1, 10, 5, 60);
240 // fetch("www.paypal.com", 443, "/", 1, 10);
241 // fetch("www.yellownet.ch", 443, "/", 1, 10);
251 // fetch("www.fortify.net", 443, "/sslcheck.html", 1, 2, 60);
255 fetch("mail.google.com", 443, true, "/mail/", 1, 2, 90, 180);
262 // fetch("www.paypal.com", 443, "/", 1, 10);
263 // fetch("www.yellownet.ch", 443, "/", 1, 10);
274 fetch("www.fortify.net", 443, true, "/sslcheck.html", 1, 2, 60, 60);
282 // fetch("www.paypal.com", 443, "/", 1, 10);
283 // fetch("www.yellownet.ch", 443, "/", 1, 10);
294 fetch("www.heise.de", 80, false, "/index.html", 1, 2, 60, 60);
302 // fetch("www.paypal.com", 443, "/", 1, 10);
303 // fetch("www.yellownet.ch", 443, "/", 1, 10);
405 fetch("www.fortify.net", 443,
411 fetch("mail.google.com", 443, true, "/mail/", 1, 1, 0, 60);
416 fetch("www.paypal.com", 443, true, "/", 1, 1, 0, 60);
421 fetch("www.yellownet.ch", 443, true, "/", 1, 1, 0, 60);
971 fetch(socketFactory, "www.fortify.net", 443, true, "/sslcheck.html",
973 fetch(socketFactory, "www.paypal.com", 443, true, "/",
975 fetch(socketFactory, "www.yellownet.ch", 443, true, "/",