Package org.eclipse.equinox.plurl
Interface PlurlStreamHandlerFactory
- All Superinterfaces:
- PlurlFactory,- URLStreamHandlerFactory
A 
URLStreamHandlerFactory that also implements PlurlFactory- 
Method SummaryModifier and TypeMethodDescriptioncreateURLStreamHandler(String protocol) A factory is expected to returnURLStreamHandlerinstances that also implementPlurlStreamHandler.Methods inherited from interface org.eclipse.equinox.plurl.PlurlFactoryshouldHandle
- 
Method Details- 
createURLStreamHandlerA 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 interface- URLStreamHandlerFactory
- See Also:
 
 
-