Searched defs:setURL (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DURLStreamHandler.java351 setURL(u, protocol, host, port, authority, userInfo, path, query, ref);
543 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
567 * @deprecated Use setURL(URL, String, String, int, String, String, String,
571 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
601 setURL(u, protocol, host, port, authority, userInfo, path, query, ref);
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLStreamHandlerTest.java137 handler.setURL(url, "http", "localhost", 80, "foo.c", "ref");
147 handler.setURL(url, "http", "localhost", 80, "authority",
212 @Override public void setURL(URL u, method in class:OldURLStreamHandlerTest.MockURLStreamHandler
218 super.setURL(u, protocol, host, port, file, ref);
221 @Override public void setURL(URL u, method in class:OldURLStreamHandlerTest.MockURLStreamHandler
230 super.setURL(u, protocol, host, port, authority,
/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java736 void setURL(int parameterIndex, java.net.URL x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java759 * @see #setURL
780 void setURL(String parameterName, java.net.URL val) throws SQLException; method in interface:CallableStatement
1761 * @see #setURL
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DURLTest.java1092 protected void setURL(URL u, String protocol, String host, int port, method in class:URLTest.MyHandler2
1095 super.setURL(u, protocol, host, port, authority, userInfo,
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java2182 void setURL(int parameterIndex, java.net.URL x) throws SQLException; method in interface:RowSet

Completed in 170 milliseconds