| /libcore/luni/src/main/java/libcore/net/http/ |
| D | HttpsHandler.java | 28 @Override protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in HttpsHandler 32 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpsHandler
|
| D | HttpHandler.java | 28 @Override protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in HttpHandler 32 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpHandler
|
| /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/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
| D | URLConnectionTest.java | 187 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 | 470 public URLConnection openConnection() throws IOException { in openConnection() method in URL 484 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
|