Uses of Class
java.net.URLConnection
-
Packages that use URLConnection Package Description java.net -
-
Uses of URLConnection in java.net
Subclasses of URLConnection in java.net Modifier and Type Class Description classHttpURLConnectionclassJarURLConnectionFields in java.net declared as URLConnection Modifier and Type Field Description protected URLConnectionJarURLConnection. jarFileURLConnectionMethods in java.net that return URLConnection Modifier and Type Method Description URLConnectionURL. openConnection()protected abstract URLConnectionURLStreamHandler. openConnection(URL var0)Methods in java.net with parameters of type URLConnection Modifier and Type Method Description abstract ObjectContentHandler. getContent(URLConnection var0)ObjectContentHandler. getContent(URLConnection var0, Class[] var1)
-