org.eclipse.osgi.framework.internal.protocol
Class URLStreamHandlerFactoryProxyFor15

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
          extended by org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerFactoryProxyFor15
All Implemented Interfaces:
ServiceTrackerCustomizer<URLStreamHandlerService,ServiceReference<URLStreamHandlerService>>

public class URLStreamHandlerFactoryProxyFor15
extends URLStreamHandlerProxy


Field Summary
 
Fields inherited from class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
context, protocol, ranking, realHandlerService, urlSetter, urlStreamHandlerServiceTracker, urlStreamServiceReference
 
Constructor Summary
URLStreamHandlerFactoryProxyFor15(String protocol, ServiceReference<URLStreamHandlerService> reference, BundleContext context)
           
 
Method Summary
protected  URLConnection openConnection(URL u, Proxy p)
           
 
Methods inherited from class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
addingService, equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, modifiedService, openConnection, parseURL, removedService, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLStreamHandlerFactoryProxyFor15

public URLStreamHandlerFactoryProxyFor15(String protocol,
                                         ServiceReference<URLStreamHandlerService> reference,
                                         BundleContext context)
Method Detail

openConnection

protected URLConnection openConnection(URL u,
                                       Proxy p)
                                throws IOException
Overrides:
openConnection in class URLStreamHandler
Throws:
IOException


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.