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

/external/okhttp/src/main/java/libcore/net/http/
H A DHttpsHandler.java28 @Override protected URLConnection openConnection(URL url) throws IOException { method in class:HttpsHandler
32 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { method in class:HttpsHandler
/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/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java123 private static OkHttpConnection openConnection(URL url) { method in class:URLConnectionTest
127 private static OkHttpConnection openConnection(URL url, Proxy proxy) { method in class:URLConnectionTest
135 OkHttpConnection urlConnection = openConnection(server.getUrl("/"));
196 OkHttpConnection urlConnection = openConnection(server.getUrl("/"));
211 OkHttpConnection urlConnection = openConnection(server.getUrl("/"));
240 OkHttpConnection connection = openConnection(server.getUrl("/"));
247 OkHttpConnection connection = openConnection(server.getUrl("/"));
261 assertContent("ABCDE", openConnection(server.getUrl("/")), 5);
262 assertContent("ABCDE", openConnection(server.getUrl("/")), 5);
280 assertContent("ABCDEFGHIJKLMNOPQR", 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/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 319 milliseconds