Uses of Class java.net.URLConnection

Uses in package javax.net.ssl

Classes derived from java.net.URLConnection

class
A URL connection that connects via the Secure Socket Layer (SSL) for HTTPS connections.

Uses in package gnu.java.net.protocol.https

Methods with return type java.net.URLConnection

URLConnection
Returns an HTTPURLConnection for the given URL.

Uses in package gnu.java.net.protocol.core

Methods with return type java.net.URLConnection

URLConnection

Uses in package gnu.java.net.protocol.ftp

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.

Uses in package gnu.java.net.protocol.http

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.

Uses in package gnu.java.net.protocol.gcjlib

Methods with return type java.net.URLConnection

URLConnection

Uses in package java.net

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.

Uses in package gnu.java.net.protocol.jar

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

Uses in package gnu.java.net.protocol.file

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