Package org.eclipse.equinox.plurl
Interface PlurlStreamHandlerFactory
- All Superinterfaces:
PlurlFactory,URLStreamHandlerFactory
A
URLStreamHandlerFactory that also implements PlurlFactory-
Method Summary
Modifier and TypeMethodDescriptioncreateURLStreamHandler(String protocol) A factory is expected to returnURLStreamHandlerinstances that also implementPlurlStreamHandler.Methods inherited from interface org.eclipse.equinox.plurl.PlurlFactory
shouldHandle
-
Method Details
-
createURLStreamHandler
A factory is expected to returnURLStreamHandlerinstances that also implementPlurlStreamHandler. If the returned handler does not implementPlurlStreamHandlerthen deep reflection is required and the JVM may require the "--add-opens" option in order to open the "java.net" package for reflection. For example:--add-opens java.base/java.net=ALL-UNNAMED
- Specified by:
createURLStreamHandlerin interfaceURLStreamHandlerFactory- See Also:
-