Constructors
| Name | Description |
|---|---|
| URLStreamHandler() |
Methods
| Name | Description |
|---|---|
| openConnection(URL) | Opens a connection to the object referenced by the URL argument. |
| parseURL(URL, String, int, int) | Parses the string representation of a URL into a URL object. |
| setURL(URL, String, String, int, String, String) | Sets the fields of the URL argument to the indicated values. |
| toExternalForm(URL) | Converts a URL of a specific protocol to a String. |