URLStreamHandler.openConnection
Class Overview | Class Members |
This Package |
All Packages
protected abstract URLConnection openConnection( URL u ) throws IOException
Parameters
- u
- the URL that this connects to.
Returns
a URLConnection object for the URL.
Description
Opens a connection to the object referenced by the
URL argument.
This method should be overridden by a subclass.
Exceptions
IOException
if an I/O error occurs while opening the
connection.