Searched defs:url (Results 51 - 52 of 52) sorted by relevance

123

/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java98 * Retrieves the url property this <code>RowSet</code> object will use to
103 * @return a string url
120 * @param url a string value; may be <code>null</code>
124 void setUrl(String url) throws SQLException; argument
1848 * to create a connection for reading data: url, data source name,
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java202 URL url = new URL("http://www.google.com/");
203 HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
214 URL url = new URL("http://www.google.com/");
215 HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
224 URL url = new URL("http://www.google.com/");
225 HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
532 URL url = server.getUrl("/");
533 HttpURLConnection conn = (HttpURLConnection) url.openConnection();
666 URL url = new URL(urlString);
667 HttpURLConnection connection = proxyConfig.connect(server, url);
2474 backdoorUrlToUri(URL url) argument
3116 connect(MockWebServer server, URL url) argument
[all...]

Completed in 299 milliseconds

123