/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | Handler.java | 50 protected java.net.URLConnection openConnection(URL u) in openConnection() method in Handler 55 protected java.net.URLConnection openConnection(URL u, Proxy p) in openConnection() method in Handler
|
/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/ojluni/src/main/java/sun/net/www/protocol/file/ |
D | Handler.java | 70 public synchronized URLConnection openConnection(URL u) in openConnection() method in Handler 75 public synchronized URLConnection openConnection(URL u, Proxy p) 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/main/java/libcore/net/http/ |
D | HttpURLConnectionFactory.java | 106 public URLConnection openConnection(@NonNull URL url, @NonNull SocketFactory socketFactory, in openConnection() method in HttpURLConnectionFactory
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | URLConnectionTest.java | 181 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in URLConnectionTest.NewHandler
|
/libcore/luni/src/main/java/libcore/io/ |
D | ClassPathURLStreamHandler.java | 82 protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in ClassPathURLStreamHandler
|
/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
|
/libcore/ojluni/src/main/java/java/net/ |
D | URLStreamHandler.java | 69 abstract protected URLConnection openConnection(URL u) throws IOException; in openConnection() method in URLStreamHandler 93 protected URLConnection openConnection(URL u, Proxy p) throws IOException { in openConnection() method in URLStreamHandler
|
D | URL.java | 1005 public URLConnection openConnection() throws java.io.IOException { in openConnection() method in URL 1038 public URLConnection openConnection(Proxy proxy) in openConnection() method in URL
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URL.java | 160 public java.net.URLConnection openConnection() throws java.io.IOException { in openConnection() method in URL 164 public java.net.URLConnection openConnection(java.net.Proxy proxy) throws java.io.IOException { in openConnection() method in URL
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
D | Handler.java | 39 protected java.net.URLConnection openConnection(URL u) in openConnection() method in Handler
|