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 returnURLStreamHandler
instances that also implementPlurlStreamHandler
.Methods inherited from interface org.eclipse.equinox.plurl.PlurlFactory
shouldHandle
-
Method Details
-
createURLStreamHandler
A factory is expected to returnURLStreamHandler
instances that also implementPlurlStreamHandler
. If the returned handler does not implementPlurlStreamHandler
then 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:
createURLStreamHandler
in interfaceURLStreamHandlerFactory
- See Also:
-