Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DHandler.java50 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/
DHandler.java26 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in Handler
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
DHandler.java70 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/
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/main/java/libcore/net/http/
DHttpURLConnectionFactory.java106 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/
DURLConnectionTest.java181 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in URLConnectionTest.NewHandler
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java82 protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in ClassPathURLStreamHandler
/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
/libcore/ojluni/src/main/java/java/net/
DURLStreamHandler.java69 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
DURL.java1005 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/
DURL.java160 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/
DHandler.java39 protected java.net.URLConnection openConnection(URL u) in openConnection() method in Handler