public class FabURLHandler
extends org.osgi.service.url.AbstractURLStreamHandlerService
| Constructor and Description |
|---|
FabURLHandler() |
| Modifier and Type | Method and Description |
|---|---|
FabConnection |
openConnection(URL url)
Open the connection for the given URL.
|
void |
setFabResolverFactory(FabResolverFactory fabResolverFactory) |
void |
setServiceProvider(ServiceProvider serviceProvider) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalFormopenConnection, parseURLpublic FabConnection openConnection(URL url) throws IOException
openConnection in interface org.osgi.service.url.URLStreamHandlerServiceopenConnection in class org.osgi.service.url.AbstractURLStreamHandlerServiceurl - the url from which to open a connection.IOException - if an error occurs or if the URL is malformed.public void setFabResolverFactory(FabResolverFactory fabResolverFactory)
public void setServiceProvider(ServiceProvider serviceProvider)
Copyright © 2011–2014 Red Hat. All rights reserved.