Searched defs:openConnection (Results 1 - 19 of 19) sorted by relevance

/external/okhttp/android/main/java/com/squareup/okhttp/
H A DHttpHandler.java27 @Override protected URLConnection openConnection(URL url) throws IOException { method in class:HttpHandler
31 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { method in class:HttpHandler
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/test_protocol/
H A DHandler.java26 protected URLConnection openConnection(URL u) throws IOException { method in class:Handler
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionOperator.java87 void openConnection(OperatedClientConnection conn, method in interface:ClientConnectionOperator
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java100 public void openConnection(OperatedClientConnection conn, method in class:DefaultClientConnectionOperator
192 } // openConnection
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java60 protected URLConnection openConnection(URL u) throws IOException { method in class:URLConnectionTest.NewHandler
84 return url.openConnection().getContentType();
92 uc = url.openConnection();
183 JarURLConnection con1 = (JarURLConnection) fUrl1.openConnection();
515 URLConnection urlCon = url.openConnection();
531 URLConnection urlCon = url.openConnection();
640 URLConnection uc = new URL("http://localhost").openConnection();
700 URLConnection connection = url.openConnection();
716 URLConnection uc = new URL("http://localhost").openConnection();
H A DURLTest.java44 protected URLConnection openConnection(URL u) method in class:URLTest.MyHandler
749 u.openConnection();
778 u.openConnection();
828 * @tests java.net.URL#openConnection()
831 // Test for method java.net.URLConnection java.net.URL.openConnection()
834 URLConnection uConn = u.openConnection();
835 assertNotNull("u.openConnection() returns null", uConn);
1010 * @tests java.net.URL#openConnection()
1026 URLConnection conn = urlList[i].openConnection();
1032 "openConnection shoul
1082 public URLConnection openConnection(URL arg0) throws IOException { method in class:URLTest.TestURLStreamHandler
1090 public URLConnection openConnection(URL arg0, Proxy proxy) method in class:URLTest.TestURLStreamHandler
1210 protected URLConnection openConnection(URL arg0) throws IOException { method in class:URLTest.MyHandler2
1248 protected URLConnection openConnection(URL arg0) throws IOException { method in class:URLTest.MyURLStreamHandler
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java166 if( !openConnection() ) {
190 protected boolean openConnection() { method in class:RemoteDebugEventSocketListener
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java136 URLConnection connection = openConnection(url);
296 private URLConnection openConnection(URL url) method in class:TestWebServer
303 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
313 return url.openConnection();
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java348 openConnection() throws IOException { method in class:ZoneTransferIn
591 openConnection();
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java123 private HttpURLConnection openConnection(URL url) { method in class:HttpResponseCacheTest
176 HttpURLConnection conn = openConnection(url);
206 HttpURLConnection conn = openConnection(url);
271 HttpURLConnection connection = openConnection(url);
302 HttpURLConnection urlConnection = openConnection(server.getUrl("/"));
312 urlConnection = openConnection(server.getUrl("/")); // cached!
393 HttpURLConnection connection = openConnection(server.getUrl("/"));
396 connection = openConnection(server.getUrl("/")); // cached!
411 assertEquals("ABC", readAscii(openConnection(server.getUrl("/foo"))));
416 assertEquals("ABC", readAscii(openConnection(serve
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1809 milliseconds