| org.eclipse.osgi.framework.internal.protocol |
|
| Java Source File Name | Type | Comment |
| ContentHandlerFactory.java | Class | The ContentHandlerFactory is registered with the JVM to provide content handlers
to requestors. |
| ContentHandlerProxy.java | Class | The ContentHandlerProxy is a ContentHandler that acts as a proxy for registered ContentHandlers.
When a ContentHandler is requested from the ContentHandlerFactory and it exists in the service
registry, a ContentHandlerProxy is created which will pass all the requests from the requestor to
the real ContentHandler. |
| NullURLStreamHandlerService.java | Class | The NullURLStreamService is created when a registered URLStreamHandler service
with an associated URLStreamHandlerProxy becomes unregistered. |
| ProtocolActivator.java | Interface | |
| StreamHandlerFactory.java | Class | This class contains the URL stream handler factory for the OSGi framework. |
| URLStreamHandlerProxy.java | Class | The URLStreamHandlerProxy is a URLStreamHandler that acts as a proxy for registered
URLStreamHandlerServices. |
| URLStreamHandlerSetter.java | Class | |