Home
last modified time | relevance | path

Searched defs:openConnection (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/main/java/libcore/net/url/
DFtpHandler.java31 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in FtpHandler
55 protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in FtpHandler
DFileHandler.java42 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in FileHandler
64 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in FileHandler
DJarHandler.java41 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in JarHandler
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/test_protocol/
DHandler.java26 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in Handler
/libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/
DHandler.java30 @Override protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in Handler
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java39 protected URLConnection openConnection(URL u) in openConnection() method in URLTest.MyHandler
987 public URLConnection openConnection(URL arg0) throws IOException { in openConnection() method in URLTest.TestURLStreamHandler
995 public URLConnection openConnection(URL arg0, Proxy proxy) in openConnection() method in URLTest.TestURLStreamHandler
1087 protected URLConnection openConnection(URL arg0) throws IOException { in openConnection() method in URLTest.MyHandler2
1125 protected URLConnection openConnection(URL arg0) throws IOException { in openConnection() method in URLTest.MyURLStreamHandler
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java185 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in URLConnectionTest.NewHandler
/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java41 protected abstract URLConnection openConnection(URL u) throws IOException; in openConnection() method in URLStreamHandler
61 protected URLConnection openConnection(URL u, Proxy proxy) throws IOException { in openConnection() method in URLStreamHandler
DURL.java478 public URLConnection openConnection() throws IOException { in openConnection() method in URL
492 public URLConnection openConnection(Proxy proxy) throws IOException { in openConnection() method in URL
/libcore/luni/src/test/java/libcore/java/net/
DOldURLTest.java553 protected URLConnection openConnection(URL u) in openConnection() method in OldURLTest.MyHandler
606 protected URLConnection openConnection(URL arg0) throws IOException { in openConnection() method in OldURLTest.MyURLStreamHandler
637 public URLConnection openConnection(URL arg0) throws IOException { in openConnection() method in OldURLTest.TestURLStreamHandler
648 public URLConnection openConnection(URL arg0, Proxy proxy) in openConnection() method in OldURLTest.TestURLStreamHandler
DOldURLStreamHandlerTest.java176 @Override protected URLConnection openConnection(URL arg0) throws IOException { in openConnection() method in OldURLStreamHandlerTest.MockURLStreamHandler
200 @Override public URLConnection openConnection(URL u, Proxy p) throws IOException { in openConnection() method in OldURLStreamHandlerTest.MockURLStreamHandler