Home
last modified time | relevance | path

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

12345678910>>...30

/aosp_15_r20/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internalandroidapi/
H A DHttpURLConnectionFactory.java87 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in HttpURLConnectionFactory
97 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpURLConnectionFactory
108 public URLConnection openConnection(URL url, SocketFactory socketFactory) throws IOException { in openConnection() method in HttpURLConnectionFactory
119 public URLConnection openConnection(URL url, SocketFactory socketFactory, Proxy proxy) in openConnection() method in HttpURLConnectionFactory
/aosp_15_r20/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/
H A DHttpURLConnectionFactory.java85 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in HttpURLConnectionFactory
95 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpURLConnectionFactory
106 public URLConnection openConnection(URL url, SocketFactory socketFactory) throws IOException { in openConnection() method in HttpURLConnectionFactory
117 public URLConnection openConnection(URL url, SocketFactory socketFactory, Proxy proxy) in openConnection() method in HttpURLConnectionFactory
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A 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
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A 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
H A 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
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/urlconnection/
H A DCronetHttpURLStreamHandler.java40 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in CronetHttpURLStreamHandler
50 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in CronetHttpURLStreamHandler
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
H A 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
/aosp_15_r20/external/cronet/net/android/java/src/org/chromium/net/
H A DChromiumNetworkAdapter.java26 public static URLConnection openConnection( in openConnection() method in ChromiumNetworkAdapter
41 public static URLConnection openConnection( in openConnection() method in ChromiumNetworkAdapter
/aosp_15_r20/external/okhttp/android/src/main/java/com/squareup/okhttp/
H A DHttpHandler.java51 @Override protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in HttpHandler
55 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpHandler
/aosp_15_r20/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/
H A DHttpHandler.java55 @Override protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in HttpHandler
59 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpHandler
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
H A 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
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/impl/
H A DAndroidHttpEngineWrapper.java71 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in AndroidHttpEngineWrapper
77 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in AndroidHttpEngineWrapper
H A DJavaCronetEngine.java292 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in JavaCronetEngine
297 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in JavaCronetEngine
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/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
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A 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
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DNetwork.java319 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in Network
346 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { in openConnection() method in Network
/aosp_15_r20/external/cronet/components/cronet/android/fake/java/org/chromium/net/test/
H A DFakeCronetEngine.java285 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in FakeCronetEngine
292 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in FakeCronetEngine
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/net/
H A 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
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java119 void openConnection(BluetoothAdapter adapter); in openConnection() method
643 private void openConnection() { in openConnection() method in BluetoothDevicePairer
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/test_protocol/
H A DHandler.java26 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in Handler
/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/utils/
DUrlConnectionFactory.java33 public abstract URLConnection openConnection(URL url) throws IOException; in openConnection() method

12345678910>>...30