Uses of Class
java.net.URL
Packages that use URL
-
Uses of URL in java.lang
-
Uses of URL in java.net
Modifier and TypeFieldDescriptionprotected URLURLConnection.urlThe URL represents the remote object on the World Wide Web to which this connection is opened.Modifier and TypeMethodDescriptionURLConnection.getURL()Returns the value of thisURLConnection'sURLfield.URL[]URLClassLoader.getURLs()Modifier and TypeMethodDescriptionprotected voidstatic URLClassLoaderURLClassLoader.newInstance(URL[] urls) static URLClassLoaderURLClassLoader.newInstance(URL[] urls, ClassLoader parent) protected voidParses the string representation of aURLinto aURLobject.ModifierConstructorDescriptionCreates a URL by parsing the given spec within a specified context.URLClassLoader(URL[] urls) URLClassLoader(URL[] urls, ClassLoader parent) protectedURLConnection(URL url) Constructs a URL connection to the specified URL.