Package org.osgi.service.url

The OSGi URL Stream and Content Handlers API Package.

See:
          Description

Interface Summary
URLConstants Defines standard names for property keys associated with URLStreamHandlerServiceand java.net.ContentHandler services.
URLStreamHandlerService Service interface with public versions of the protected java.net.URLStreamHandler methods.
URLStreamHandlerSetter Interface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.
 

Class Summary
AbstractURLStreamHandlerService Abstract implementation of the URLStreamHandlerService interface.
 

Package org.osgi.service.url Description

The OSGi URL Stream and Content Handlers API Package. Specification Version 1.0.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: org.osgi.service.url; version=1.0