类 URLStreamHandlerFactoryWrapper
java.lang.Object
ref.org.apache.commons.jnet.ParentAwareURLStreamHandlerFactory
ref.org.apache.commons.jnet.URLStreamHandlerFactoryWrapper
- 所有已实现的接口:
URLStreamHandlerFactory
This is a wrapper to make a url stream handler factory a parent aware url stream
handler factory.
-
字段概要
字段从类继承的字段 ref.org.apache.commons.jnet.ParentAwareURLStreamHandlerFactory
parentFactory -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected URLStreamHandlerThis method can be overwritten by subclasses to instantiate url stream handlers for the given protocol.从类继承的方法 ref.org.apache.commons.jnet.ParentAwareURLStreamHandlerFactory
createURLStreamHandler, getParent, setParentFactory
-
字段详细资料
-
wrapper
-
-
构造器详细资料
-
URLStreamHandlerFactoryWrapper
-
-
方法详细资料
-
create
从类复制的说明:ParentAwareURLStreamHandlerFactoryThis method can be overwritten by subclasses to instantiate url stream handlers for the given protocol.- 指定者:
create在类中ParentAwareURLStreamHandlerFactory- 参数:
protocol- The protocol.- 返回:
- A url stream handler for the protocol or null.
- 另请参阅:
-