Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.URLConnection

Uses of URLConnection in java.net
 

Subclasses of URLConnection in java.net
 class HttpURLConnection
          This class provides a common abstract implementation for those URL connection classes that will connect using the HTTP protocol.
 class JarURLConnection
          This abstract class represents a common superclass for implementations of jar URL's.
 

Fields in java.net declared as URLConnection
protected  URLConnection JarURLConnection.jarFileURLConnection
          The connection to the jar file itself.
 

Methods in java.net that return URLConnection
protected abstract  URLConnection URLStreamHandler.openConnection(URL url)
          Returns a URLConnection for the passed in URL.
 URLConnection URL.openConnection()
          Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
 

Methods in java.net with parameters of type URLConnection
abstract  java.lang.Object ContentHandler.getContent(URLConnection urlc)
          This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
 java.lang.Object ContentHandler.getContent(URLConnection urlc, java.lang.Class[] classes)
          This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.