| Package | Description |
|---|---|
| java.net |
Network communication through TCP and UDP sockets or URLs.
|
| Modifier and Type | Method and Description |
|---|---|
static URI |
URI.create(String str)
Create an URI from the given string
|
URI |
URI.normalize()
Returns a normalized version of the URI.
|
URI |
URI.relativize(URI uri)
Relativizes the given URI against this URI.
|
URI |
URI.resolve(String str)
Resolves the given URI string against this URI
|
URI |
URI.resolve(URI uri)
Resolves the given URI against this URI
|
| Modifier and Type | Method and Description |
|---|---|
int |
URI.compareTo(URI uri)
Compare the URI with another URI.
|
URI |
URI.relativize(URI uri)
Relativizes the given URI against this URI.
|
URI |
URI.resolve(URI uri)
Resolves the given URI against this URI
|