Uses of Interface
org.osgi.service.url.URLStreamHandlerService

Packages that use URLStreamHandlerService
org.eclipse.osgi.framework.internal.protocol   
org.osgi.service.url   
 

Uses of URLStreamHandlerService in org.eclipse.osgi.framework.internal.protocol
 

Classes in org.eclipse.osgi.framework.internal.protocol that implement URLStreamHandlerService
 class NullURLStreamHandlerService
          The NullURLStreamService is created when a registered URLStreamHandler service with an associated URLStreamHandlerProxy becomes unregistered.
 

Fields in org.eclipse.osgi.framework.internal.protocol declared as URLStreamHandlerService
protected  URLStreamHandlerService URLStreamHandlerProxy.realHandlerService
           
 

Uses of URLStreamHandlerService in org.osgi.service.url
 

Classes in org.osgi.service.url that implement URLStreamHandlerService
 class AbstractURLStreamHandlerService
          Abstract implementation of the URLStreamHandlerService interface.