|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||
Uses of Interface
java.net.URLStreamHandlerFactory
| Uses of URLStreamHandlerFactory in java.net |
| Fields in java.net declared as URLStreamHandlerFactory | |
private static URLStreamHandlerFactory |
URL.factory
If an application installs its own protocol handler factory, this is where we keep track of it. |
private URLStreamHandlerFactory |
URLClassLoader.factory
Factory used to get the protocol handlers of the URLs |
| Methods in java.net with parameters of type URLStreamHandlerFactory | |
static void |
URL.setURLStreamHandlerFactory(URLStreamHandlerFactory fac)
Sets the URLStreamHandlerFactory for this class. |
| Constructors in java.net with parameters of type URLStreamHandlerFactory | |
URLClassLoader(URL[] urls,
java.lang.ClassLoader parent,
URLStreamHandlerFactory factory)
Creates a URLClassLoader that gets classes from the supplied URLs. |
|
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||