Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected URLConnection | openConnection(URL
the URL that this connects to. url)Implements abstract java. URL argument.
|
Handler | back to summary |
---|---|
public Handler() |
openConnection | back to summary |
---|---|
protected URLConnection openConnection(URL url) throws IOException Implements abstract java. Doc from java. Opens a connection to the object referenced by the
If for the handler's protocol (such as HTTP or JAR), there exists a public, specialized URLConnection subclass belonging to one of the following packages or one of their subpackages: java.lang, java.io, java.util, java.net, the connection returned will be of that subclass. For example, for HTTP an HttpURLConnection will be returned, and for JAR a JarURLConnection will be returned.
|