|
Class Summary |
| ContentHandlerFactory |
The ContentHandlerFactory is registered with the JVM to provide content handlers
to requestors. |
| ContentHandlerProxy |
The ContentHandlerProxy is a ContentHandler that acts as a proxy for registered ContentHandlers. |
| NullURLStreamHandlerService |
The NullURLStreamService is created when a registered URLStreamHandler service
with an associated URLStreamHandlerProxy becomes unregistered. |
| StreamHandlerFactory |
This class contains the URL stream handler factory for the OSGi framework. |
| URLStreamHandlerProxy |
The URLStreamHandlerProxy is a URLStreamHandler that acts as a proxy for registered
URLStreamHandlerServices. |
| URLStreamHandlerSetter |
|