Package | Description |
---|---|
net.jini.id |
Provides classes and interfaces for using universally unique
identifiers.
|
org.apache.river.api.net |
Modifier and Type | Method and Description |
---|---|
Uri |
Uuid.toUri()
Converts Uuid to an RFC4122 compliant URI containing the Uuid.
|
Modifier and Type | Method and Description |
---|---|
static Uuid |
UuidFactory.create(Uri urn)
Generate a Uuid from a RFC 4122 Compliant URN.
|
Modifier and Type | Method and Description |
---|---|
static Uri |
Uri.create(String rfc3986compliantURI)
Parses the given argument
rfc3986compliantURI and creates an appropriate URI
instance. |
static Uri |
Uri.escapeAndCreate(String unescapedString)
The parameter string doesn't contain any existing escape sequences, any
escape character % found is encoded as %25.
|
static Uri |
Uri.filePathToUri(String path) |
static Uri |
Uri.fileToUri(File file) |
Uri |
Uri.normalize()
Normalizes the path part of this URI.
|
static Uri |
Uri.parseAndCreate(String nonCompliantEscapedString)
The parameter string may already contain escaped sequences, any illegal
characters are escaped and any that shouldn't be escaped are un-escaped.
|
Uri |
Uri.parseServerAuthority()
Tries to parse the authority component of this URI to divide it into the
host, port, and user-info.
|
Uri |
Uri.relativize(Uri relative)
Makes the given URI
relative to a relative URI against the URI
represented by this instance. |
Uri |
Uri.resolve(String relative)
Creates a new URI instance by parsing the given string
relative
and resolves the created URI against the URI represented by this
instance. |
Uri |
Uri.resolve(Uri relative)
Resolves the given URI
relative against the URI represented by
this instance. |
static Uri |
Uri.urlToUri(URL url) |
Modifier and Type | Method and Description |
---|---|
int |
Uri.compareTo(Uri uri)
Compares this URI with the given argument
uri . |
boolean |
Uri.implies(Uri implied)
Indicates whether the specified Uri is implied by this
Uri . |
Uri |
Uri.relativize(Uri relative)
Makes the given URI
relative to a relative URI against the URI
represented by this instance. |
Uri |
Uri.resolve(Uri relative)
Resolves the given URI
relative against the URI represented by
this instance. |
static File |
Uri.uriToFile(Uri uri) |
static URI |
Uri.uriToURI(Uri uri) |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.