Searched refs:getURLStreamHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java412 (handler = getURLStreamHandler(protocol)) == null) {
591 (handler = getURLStreamHandler(protocol)) == null) {
1141 static URLStreamHandler getURLStreamHandler(String protocol) { method in class:URL
1251 * the reader must ensure that calling getURLStreamHandler with
1270 if ((handler = getURLStreamHandler(protocol)) == null) {

Completed in 46 milliseconds