| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| Modifier and Type | Method and Description |
|---|---|
URLStreamHandler |
URLStreamHandlerFactory.createURLStreamHandler(String
Creates a new
URLStreamHandler instance with the specified protocol.
|
| Constructor and Description | |
|---|---|
URL(String
Creates a
URL object from the specified
protocol,
host,
port number,
file, and
handler.
|
|
URL(URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
|