Type members
Value members
Concrete methods
Converts this URN into a URL with the given scheme. The NID and NSS will be made path segments of the URL.
Converts this URN into a URL with the given scheme. The NID and NSS will be made path segments of the URL.
- Value parameters:
- scheme
the new scheme to set
- Returns:
a new Uri with the specified scheme
Inherited methods
Converts to a java.net.URI
Converts to a java.net.URI
This involves a toString
and URI.parse
because the specific java.net.URI
constructors do not deal properly with encoded elements
- Returns:
a
java.net.URI
matching thisio.lemonlabs.uri.Uri
- Inherited from:
- Uri
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
- Returns:
String containing the raw path for this Uri
- Inherited from:
- Uri