Uses of Class
java.net.URLConnection

Packages that use URLConnection
java.net   
 

Uses of URLConnection in java.net
 

Subclasses of URLConnection in java.net
 class HttpURLConnection
           
 class JarURLConnection
           
 

Fields in java.net declared as URLConnection
protected  URLConnection JarURLConnection.jarFileURLConnection
           
 

Methods in java.net that return URLConnection
 URLConnection URL.openConnection()
           
protected abstract  URLConnection URLStreamHandler.openConnection(URL var0)
           
 

Methods in java.net with parameters of type URLConnection
abstract  Object ContentHandler.getContent(URLConnection var0)
           
 Object ContentHandler.getContent(URLConnection var0, Class[] var1)
           
 



Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.