SSLSocketTest.java | 78 private void fetch(SSLSocketFactory socketFactory, String host, int port, method in class:SSLSocketTest 178 * Invokes fetch() with the default socket factory. 180 private void fetch(String host, int port, boolean secure, String path, method in class:SSLSocketTest 183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop, method 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) 968 fetch(socketFactory, "www.fortify.net", 443, true, "\/sslcheck.html", method 970 fetch(socketFactory, "www.paypal.com", 443, true, "\/", method 972 fetch(socketFactory, "www.yellownet.ch", 443, true, "\/", method [all...] |