Home | History | Annotate | Download | only in net

Lines Matching defs:openConnection

181         protected URLConnection openConnection(URL u) throws IOException {
224 uc = url.openConnection();
226 uc2 = url2.openConnection();
228 uc3 = url3.openConnection();
231 fileURLCon = fileURL.openConnection();
290 new URL("http://localhost:" + port + path).openConnection();
368 URLConnection fakeCon = url.openConnection();
859 URLConnection urlCon = url.openConnection();
876 URLConnection urlCon = url.openConnection();
1016 URLConnection uc = new URL("http://localhost").openConnection();
1095 URLConnection connection = url.openConnection();
1168 URLConnection uc = new URL("http", "localhost", localPort, "test2").openConnection();
1236 URLConnection con1 = fUrl1.openConnection();
1247 JarURLConnection con1 = (JarURLConnection) fUrl1.openConnection();
1257 URLConnection con1 = fUrl1.openConnection();