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

/openjdk7/jdk/test/sun/net/www/
H A DParseUtil_4922813.java26 @summary Check the new impl of encodePath will not cause regression
40 String ec = sun.net.www.ParseUtil.encodePath(source);
41 String v117 = ParseUtil_V117.encodePath(source);
132 public static String encodePath(String path) { method in class:ParseUtil_V117
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPropertyExpander.java116 val = sun.net.www.ParseUtil.encodePath(val);
119 val = sun.net.www.ParseUtil.encodePath(val);
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java192 String encodedName = ParseUtil.encodePath(name.replace('.', '/'), false);
396 URL url = new URL(base, ParseUtil.encodePath(name, false));
494 url = new URL(base, ParseUtil.encodePath(name, false));
572 URL u = new URL(base, ParseUtil.encodePath(name, false));
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DParseUtil.java96 public static String encodePath(String path) { method in class:ParseUtil
97 return encodePath(path, true);
104 public static String encodePath(String path, boolean flag) { method in class:ParseUtil
265 path = ParseUtil.encodePath(path);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java492 url = new URL(base, ParseUtil.encodePath(name, false));
527 url = new URL(base, ParseUtil.encodePath(name, false));
757 url = new URL(getBaseURL(), ParseUtil.encodePath(name, false));
1058 url = new URL(getBaseURL(), ParseUtil.encodePath(name, false));
/openjdk7/jdk/src/share/classes/java/net/
H A DSocksSocketImpl.java375 uri = new URI("socket://" + ParseUtil.encodePath(host) + ":"+ epoint.getPort());
691 uri = new URI("serversocket://" + ParseUtil.encodePath(host) + ":"+ saddr.getPort());
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java656 dirs[i] = sun.net.www.ParseUtil.encodePath

Completed in 44 milliseconds