| Class | Description |
|---|---|
| URI |
Represents a Uniform Resource Identifier (URI) reference.
|
| URL |
Class
URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
| URLConnection |
The abstract class
URLConnection is the superclass
of all classes that represent a communications link between the
application and a URL. |
| URLStreamHandler |
The abstract class
URLStreamHandler is the common
superclass for all stream protocol handlers. |
| Exception | Description |
|---|---|
| MalformedURLException |
Thrown to indicate that a malformed URL has occurred.
|
| URISyntaxException |
Checked exception thrown to indicate that a string could not be parsed as a
URI reference.
|
Copyright © 2025 API Design. All Rights Reserved.