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 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
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.