public class URLStreamHandlerFactoryWrapper extends ParentAwareURLStreamHandlerFactory
| Modifier and Type | Field and Description |
|---|---|
protected java.net.URLStreamHandlerFactory |
wrapper |
parentFactory| Constructor and Description |
|---|
URLStreamHandlerFactoryWrapper(java.net.URLStreamHandlerFactory f) |
| Modifier and Type | Method and Description |
|---|---|
protected java.net.URLStreamHandler |
create(java.lang.String protocol)
This method can be overwritten by subclasses to instantiate url stream
handlers for the given protocol.
|
createURLStreamHandler, getParent, setParentFactorypublic URLStreamHandlerFactoryWrapper(java.net.URLStreamHandlerFactory f)
protected java.net.URLStreamHandler create(java.lang.String protocol)
ParentAwareURLStreamHandlerFactorycreate in class ParentAwareURLStreamHandlerFactoryprotocol - The protocol.ParentAwareURLStreamHandlerFactory.create(java.lang.String)Copyright © 2021. All Rights Reserved.