Searched defs:toURL (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/
H A DHttpConnectorAddress.java154 return this.openConnection(this.toURL(path));
250 private final URL toURL(String path) throws MalformedURLException{ method in class:HttpConnectorAddress
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/
H A DHttpConnectorAddress.java154 return this.openConnection(this.toURL(path));
250 private final URL toURL(String path) throws MalformedURLException{ method in class:HttpConnectorAddress
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DHttpConnectorAddress.java134 return this.openConnection(this.toURL(path));
245 public URL toURL(String path) throws MalformedURLException{ method in class:HttpConnectorAddress

Completed in 15 milliseconds