/libcore/luni/src/main/java/libcore/net/url/ |
D | FtpHandler.java | 31 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
|
D | FileHandler.java | 42 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
|
D | JarHandler.java | 41 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/ |
D | Handler.java | 26 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in Handler
|
/libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/ |
D | Handler.java | 30 @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/ |
D | URLTest.java | 39 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/ |
D | URLConnectionTest.java | 185 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in URLConnectionTest.NewHandler
|
/libcore/luni/src/main/java/java/net/ |
D | URLStreamHandler.java | 41 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
|
D | URL.java | 478 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/ |
D | OldURLTest.java | 553 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
|
D | OldURLStreamHandlerTest.java | 176 @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
|