| Package | Description |
|---|---|
| org.glassfish.jersey.uri |
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
| org.glassfish.jersey.uri.internal |
Common Jersey internal classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
| Class and Description |
|---|
| UriTemplateParser
A URI template parser that parses JAX-RS specific URI templates.
|
| Class and Description |
|---|
| CharacterIterator
Iterator which iterates through the input string and returns characters from that string.
|
| JerseyUriBuilder
A Jersey implementation of
UriBuilder. |
| UriParser
Parser for string URI with template parameters which produces
URIs from Strings. |