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 URLStreamHandlercreateURLStreamHandler(String protocol)Deprecated.static voidinstall()Deprecated.static URLmakeURL(String urlString)Deprecated.static URLmakeURL(URL parent, String urlString)Deprecated.static voidregister(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:
createURLStreamHandlerin interfaceURLStreamHandlerFactory
-
-