public class JarDirUrlHandler
extends org.osgi.service.url.AbstractURLStreamHandlerService
Modifier and Type | Class and Description |
---|---|
class |
JarDirUrlHandler.Connection |
Constructor and Description |
---|
JarDirUrlHandler() |
Modifier and Type | Method and Description |
---|---|
URLConnection |
openConnection(URL url)
Open the connection for the given URL.
|
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
openConnection, parseURL
public static final String PROTOCOL
public URLConnection openConnection(URL url) throws IOException
openConnection
in interface org.osgi.service.url.URLStreamHandlerService
openConnection
in class org.osgi.service.url.AbstractURLStreamHandlerService
url
- the url from which to open a connection.IOException
- if an error occurs or if the URL is malformed.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.