ucar.nc2.util.net
Class URLStreamHandlerFactory
java.lang.Object
ucar.nc2.util.net.URLStreamHandlerFactory
- All Implemented Interfaces:
- URLStreamHandlerFactory
public class URLStreamHandlerFactory
- extends Object
- implements URLStreamHandlerFactory
how do we know if URLStreamHandlerFactory has already been set?
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLStreamHandlerFactory
public URLStreamHandlerFactory()
install
public static void install()
register
public static void register(String protocol,
URLStreamHandler sh)
makeURL
public static URL makeURL(String urlString)
throws MalformedURLException
- Throws:
MalformedURLException
makeURL
public static URL makeURL(URL parent,
String urlString)
throws MalformedURLException
- Throws:
MalformedURLException
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- Specified by:
createURLStreamHandler
in interface URLStreamHandlerFactory
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.