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