Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
All Classes
C
D
F
G
I
O
P
S
U
W
C
create(String)
- Method in class org.apache.commons.jnet.
DynamicURLStreamHandlerFactory
create(String)
- Method in class org.apache.commons.jnet.
ParentAwareURLStreamHandlerFactory
This method can be overwritten by subclasses to instantiate url stream handlers for the given protocol.
create(String)
- Method in class org.apache.commons.jnet.
URLStreamHandlerFactoryWrapper
createURLStreamHandler(String)
- Method in class org.apache.commons.jnet.
ParentAwareURLStreamHandlerFactory
D
DynamicURLStreamHandlerFactory
- Class in
org.apache.commons.jnet
A dynamic url stream handler factory that stores the current delegate factory in a thread local variable.
DynamicURLStreamHandlerFactory()
- Constructor for class org.apache.commons.jnet.
DynamicURLStreamHandlerFactory
F
FACTORY
- Static variable in class org.apache.commons.jnet.
DynamicURLStreamHandlerFactory
The thread local holding the current factory.
G
getParent()
- Method in class org.apache.commons.jnet.
ParentAwareURLStreamHandlerFactory
Return the parent factory.
getStaticURLStreamHandlerFactoryField()
- Static method in class org.apache.commons.jnet.
Installer
I
Installer
- Class in
org.apache.commons.jnet
The installer is a general purpose class to install an own
URLStreamHandlerFactory
in any environment.
Installer()
- Constructor for class org.apache.commons.jnet.
Installer
O
org.apache.commons.jnet
- package org.apache.commons.jnet
P
ParentAwareURLStreamHandlerFactory
- Class in
org.apache.commons.jnet
A parent aware url stream handler factory delegates to a parent url stream handler factory,
ParentAwareURLStreamHandlerFactory()
- Constructor for class org.apache.commons.jnet.
ParentAwareURLStreamHandlerFactory
parentFactory
- Variable in class org.apache.commons.jnet.
ParentAwareURLStreamHandlerFactory
pop()
- Static method in class org.apache.commons.jnet.
DynamicURLStreamHandlerFactory
Pop the lastest url stream handler factory from the stack.
push(URLStreamHandlerFactory)
- Static method in class org.apache.commons.jnet.
DynamicURLStreamHandlerFactory
Push a url stream handler factory on top of the stack.
S
setParentFactory(URLStreamHandlerFactory)
- Method in class org.apache.commons.jnet.
ParentAwareURLStreamHandlerFactory
Set the parent factory.
setURLStreamHandlerFactory(URLStreamHandlerFactory)
- Static method in class org.apache.commons.jnet.
Installer
Set the url stream handler factory.
U
URLStreamHandlerFactoryWrapper
- Class in
org.apache.commons.jnet
This is a wrapper to make a url stream handler factory a parent aware url stream handler factory.
URLStreamHandlerFactoryWrapper(URLStreamHandlerFactory)
- Constructor for class org.apache.commons.jnet.
URLStreamHandlerFactoryWrapper
W
wrapper
- Variable in class org.apache.commons.jnet.
URLStreamHandlerFactoryWrapper
C
D
F
G
I
O
P
S
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
All Classes
Copyright © 2007-2008
The Apache Software Foundation
. All Rights Reserved.