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 class
HttpURLConnection
class
JarURLConnection
Fields in java.net declared as URLConnection Modifier and Type Field Description protected URLConnection
JarURLConnection. jarFileURLConnection
Methods in java.net that return URLConnection Modifier and Type Method Description URLConnection
URL. openConnection()
protected abstract URLConnection
URLStreamHandler. openConnection(URL var0)
Methods in java.net with parameters of type URLConnection Modifier and Type Method Description abstract Object
ContentHandler. getContent(URLConnection var0)
Object
ContentHandler. getContent(URLConnection var0, Class[] var1)
-