public class HdfsUrlHandler
extends org.osgi.service.url.AbstractURLStreamHandlerService
implements org.osgi.service.cm.ManagedService
| Modifier and Type | Class and Description |
|---|---|
class |
HdfsUrlHandler.Connection |
| Constructor and Description |
|---|
HdfsUrlHandler() |
| Modifier and Type | Method and Description |
|---|---|
URLConnection |
openConnection(URL url)
Open the connection for the given URL.
|
void |
updated(Dictionary properties) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalFormopenConnection, parseURLpublic void updated(Dictionary properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic URLConnection 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.Copyright © 2011–2014 Red Hat. All rights reserved.