Uses of Class
java.net.URL
-
Packages that use URL Package Description java.lang java.net -
-
Uses of URL in java.lang
Methods in java.lang that return URL Modifier and Type Method Description URLClassLoader. getResource(String name) -
Uses of URL in java.net
Fields in java.net declared as URL Modifier and Type Field Description protected URLURLConnection. urlThe URL represents the remote object on the World Wide Web to which this connection is opened.Methods in java.net that return URL Modifier and Type Method Description URLURLConnection. getURL()Returns the value of thisURLConnection'sURLfield.URL[]URLClassLoader. getURLs()Methods in java.net with parameters of type URL Modifier and Type Method Description protected voidURLClassLoader. addURL(URL url)static URLClassLoaderURLClassLoader. newInstance(URL[] urls)static URLClassLoaderURLClassLoader. newInstance(URL[] urls, ClassLoader parent)protected voidURL. parseURL(URL purl, String pspec, int pstart, int plimit)Parses the string representation of aURLinto aURLobject.Constructors in java.net with parameters of type URL Constructor Description URL(URL context, String spec)Creates a URL by parsing the given spec within a specified context.URLClassLoader(URL[] urls)URLClassLoader(URL[] urls, ClassLoader parent)URLConnection(URL url)Constructs a URL connection to the specified URL.
-