public class URLStreamHandlerFactoryWrapper extends ParentAwareURLStreamHandlerFactory
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.net.URLStreamHandlerFactory |
wrapper |
parentFactory| 构造器和说明 |
|---|
URLStreamHandlerFactoryWrapper(java.net.URLStreamHandlerFactory f) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 ParentAwareURLStreamHandlerFactoryprotocol - The protocol.ParentAwareURLStreamHandlerFactory.create(java.lang.String)Copyright © 2023. All Rights Reserved.