Type members
Value members
Concrete methods
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