Types
Helper class for building or manipulating URL references. Not safe for concurrent use.
Functions
Constructs a new builder, copying the attributes from this Uri.
Compares this Url to another object for equality. Returns true if the encoded string representations of this Url and the given Url are equal. Case counts. Paths are not normalized. If one Url specifies a default port explicitly and the other leaves it implicit, they will not be considered equal.
Searches the query string for the first value with the given key and interprets it as a boolean value. "false" and "0" are interpreted as false, everything else is interpreted as true.
Searches the query string for the first value with the given key.
Returns a set of the unique names of all query parameters. Iterating over the set will return the names in order of their first occurrence.
Searches the query string for parameter values with the given key.
Return an equivalent URL with a lowercase scheme component. This aligns the Url with Android best practices for intent filtering.