| Interface | Description |
|---|---|
| UriParser |
An injectable interface for parsing Uris out of String text.
|
| Class | Description |
|---|---|
| DefaultUriParser |
Uri parser using java.net.URI as its basis, enforcing RFC 2396 restrictions.
|
| Uri |
Represents a Uniform Resource Identifier (URI) reference as defined by RFC 3986.
|
| UriBuilder |
Constructs Uris from inputs.
|
| Exception | Description |
|---|---|
| Uri.UriException |
Interim typed, but not checked, exception facilitating migration
of Uri methods to throwing a checked UriException later.
|
Copyright © 2007-2012. All Rights Reserved.