JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
java.net.URLConnection

Packages that use URLConnection
java.net Provides the classes for implementing networking applications. 
javax.net.ssl Provides classes for the secure socket package. 
 

Uses of URLConnection in java.net
 

Subclasses of URLConnection in java.net
 class HttpURLConnection
          A URLConnection with support for HTTP-specific features.
 class JarURLConnection
          A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
 

Fields in java.net declared as URLConnection
protected  URLConnection JarURLConnection.jarFileURLConnection
          The connection to the JAR file URL, if the connection has been initiated.
 

Methods in java.net that return URLConnection
protected abstract  URLConnection URLStreamHandler.openConnection(URL u)
          Opens a connection to the object referenced by the URL argument.
 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  Object ContentHandler.getContent(URLConnection urlc)
          Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
 Object ContentHandler.getContent(URLConnection urlc, Class[] classes)
          Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
 

Uses of URLConnection in javax.net.ssl
 

Subclasses of URLConnection in javax.net.ssl
 class HttpsURLConnection
          HttpsURLConnection extends HttpURLConnection with support for https-specific features.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.