Package ucar.nc2.util.net
Class URLStreamHandlerFactory
- java.lang.Object
-
- ucar.nc2.util.net.URLStreamHandlerFactory
-
- All Implemented Interfaces:
URLStreamHandlerFactory
@Deprecated public class URLStreamHandlerFactory extends Object implements URLStreamHandlerFactory
Deprecated.do not usehow do we know if URLStreamHandlerFactory has already been se
-
-
Constructor Summary
Constructors Constructor Description URLStreamHandlerFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description URLStreamHandler
createURLStreamHandler(String protocol)
Deprecated.static void
install()
Deprecated.static URL
makeURL(String urlString)
Deprecated.static URL
makeURL(URL parent, String urlString)
Deprecated.static void
register(String protocol, URLStreamHandler sh)
Deprecated.
-
-
-
Method Detail
-
install
public static void install()
Deprecated.
-
register
public static void register(String protocol, URLStreamHandler sh)
Deprecated.
-
makeURL
public static URL makeURL(String urlString) throws MalformedURLException
Deprecated.- Throws:
MalformedURLException
-
makeURL
public static URL makeURL(URL parent, String urlString) throws MalformedURLException
Deprecated.- Throws:
MalformedURLException
-
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
Deprecated.- Specified by:
createURLStreamHandler
in interfaceURLStreamHandlerFactory
-
-