| Class | Description |
|---|---|
| EmptyUri |
Special case of a
Uri that doesn't contain any values. |
| LazyUri |
A lazily parsed and validated
Uri. |
| Normalized | |
| OpaqueUri |
An absolute
Uri without authority. |
| RelativeUri |
A simplified relative reference
Uri as per RFC 3986, Section 4.2. |
| Resolved | |
| StructuredUri |
A
Uri that's composed of its individual components. |
| Text |
Adapter to adapt a
Uri to a CharSequence. |