Java Platform 1.2
Beta 4

Uses of Class
java.net.URLConnection

Packages that use URLConnection
java.net Provides the classes for implementing networking applications.  
 

Uses of URLConnection in java.net
 

Subclasses of URLConnection in java.net
  HttpURLConnection
          A URLConnection with support for HTTP-specific features.
  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  void URLConnection.Callback.beforeConnection(URLConnection connection)
          This method should be invoked by a connection object before a connection is established.
abstract  void URLConnection.Callback.afterConnection(URLConnection connection)
          This method should be invoked by a connection object after a connection has been established.
abstract  boolean URLConnection.Callback.afterEvent(URLConnection connection, IOException exception)
          This method should be invoked by a connection object after a connection has been attempted and an exceptional condition has been encountered.
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.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.