Definition of Urlconnection

JDK Doc(JAVA)
URLConnection
- class java.net..URLConnection 
public abstract class URLConnection extends Object 
Tree:java.lang.Object - java.net.URLConnection
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL. Instances of this class can be used both to read from and to write to the resource referenced by the URL. In general, creating a connection to a URL is a multistep process:

URLConnection(URL)
- Constructor for class java.net.URLConnection 
protected URLConnection (URL  url)
Constructs a URL connection to the specified URL. A connection to the object referenced by the URL is not created.Parameters: url - the specified URL.

Search Dictionary:
Search Web Search Dictionary