| Frames | No Frames | 
Classes derived from java.net.URLConnection | |
| class |  A URL connection that connects via the Secure Socket Layer
 (SSL) for HTTPS connections.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection |  Returns an HTTPURLConnection for the given URL.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection | |
Classes derived from java.net.URLConnection | |
| class |  An FTP URL connection.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection |  Returns an FTPURLConnection for the given URL.
  | 
Classes derived from java.net.URLConnection | |
| class |  A URLConnection that uses the HTTPConnection class.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection |  Returns an HTTPURLConnection for the given URL.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection | |
Classes derived from java.net.URLConnection | |
| class |  This class provides a common abstract implementation for those
 URL connection classes that will connect using the HTTP protocol.
  | 
| class |  This abstract class represents a common superclass for implementations
 of jar URL's.    | 
Fields of type java.net.URLConnection | |
| URLConnection |  The connection to the jar file itself.   | 
Methods with parameter type java.net.URLConnection | |
| Object |  This method reads from the  InputStream of the passed in URL
 connection and uses the data downloaded to create an Object
 represening the content.   | 
| Object |  This method reads from the  InputStream of the passed in URL
 connection and uses the data downloaded to create an Object
 represening the content.   | 
Methods with return type java.net.URLConnection | |
| URLConnection |  Returns a URLConnection object that represents a connection to the remote
 object referred to by the URL.   | 
| URLConnection |  Returns a URLConnection for the passed in URL.    | 
Classes derived from java.net.URLConnection | |
| class |  This subclass of java.net.JarURLConnection models a URLConnection via
 the "jar" protocol.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection |  This method returs a new JarURLConnection for the specified URL
  | 
Classes derived from java.net.URLConnection | |
| class |  This subclass of java.net.URLConnection models a URLConnection via
 the "file" protocol.
  | 
Methods with return type java.net.URLConnection | |
| URLConnection |  This method returs a new FileURLConnection for the specified URL
  |