Package org.wso2.carbon.ui
Class CarbonProtocol
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.osgi.service.url.AbstractURLStreamHandlerService
-
- org.wso2.carbon.ui.CarbonProtocol
-
- All Implemented Interfaces:
org.osgi.service.url.URLStreamHandlerService
public class CarbonProtocol extends org.osgi.service.url.AbstractURLStreamHandlerService
-
-
Constructor Summary
Constructors Constructor Description CarbonProtocol(org.osgi.framework.BundleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLConnectionopenConnection(URL url)-
Methods inherited from class org.osgi.service.url.AbstractURLStreamHandlerService
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
-
Methods inherited from class java.net.URLStreamHandler
openConnection, parseURL
-
-
-
-
Method Detail
-
openConnection
public URLConnection openConnection(URL url) throws IOException
- Specified by:
openConnectionin interfaceorg.osgi.service.url.URLStreamHandlerService- Specified by:
openConnectionin classorg.osgi.service.url.AbstractURLStreamHandlerService- Throws:
IOException
-
-