Searched defs:openConnection (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/web/web-glue/src/main/java/org/glassfish/web/
H A DDirContextURLStreamHandlerService.java66 // can make openConnection and toExternalForm available as
71 public URLConnection openConnection(URL u) throws IOException { method in class:DirContextURLStreamHandlerService.DelegatingDirContextURLStreamHandler
72 return super.openConnection(u);
81 public URLConnection openConnection(URL u) throws IOException { method in class:DirContextURLStreamHandlerService
82 return new DelegatingDirContextURLStreamHandler().openConnection(u);
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DDirContextURLStreamHandler.java127 protected URLConnection openConnection(URL u) method in class:DirContextURLStreamHandler
/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/
H A DHttpConnectorAddress.java149 public URLConnection openConnection(String path) throws IOException { method in class:HttpConnectorAddress
154 return this.openConnection(this.toURL(path));
255 private final URLConnection openConnection(URL url) throws IOException { method in class:HttpConnectorAddress
260 return ( url.openConnection() );
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/
H A DHttpConnectorAddress.java149 public URLConnection openConnection(String path) throws IOException { method in class:HttpConnectorAddress
154 return this.openConnection(this.toURL(path));
255 private final URLConnection openConnection(URL url) throws IOException { method in class:HttpConnectorAddress
260 return ( url.openConnection() );
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DHttpConnectorAddress.java131 public URLConnection openConnection(String path) throws IOException { method in class:HttpConnectorAddress
134 return this.openConnection(this.toURL(path));
262 public URLConnection openConnection(URL url) throws IOException { method in class:HttpConnectorAddress
272 return ( url.openConnection() );
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/launcher/
H A DSSHLauncher.java223 private void openConnection() throws IOException { method in class:SSHLauncher
374 openConnection();
462 openConnection();
482 openConnection();
520 openConnection();
526 openConnection();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/loader/
H A DASURLClassLoader.java899 * ((JarURLConnection) getResource().openConnection()).getJarFile().
1369 * @see java.net.URLStreamHandler#openConnection(java.net.URL)
1371 protected URLConnection openConnection(final URL u) throws IOException { method in class:ASURLClassLoader.InternalURLStreamHandler

Completed in 181 milliseconds