| Package | Description |
|---|---|
| org.glassfish.tyrus.core.uri.internal |
Common classes that provide support for URI templates,
encoding/decoding of URI components and multivalued collections.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PathSegment> |
UriComponent.decodePath(java.lang.String path,
boolean decode)
Decode the path component of a URI as path segments.
|
static java.util.List<PathSegment> |
UriComponent.decodePath(java.net.URI u,
boolean decode)
Decode the path component of a URI as path segments.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UriComponent.decodePathSegment(java.util.List<PathSegment> segments,
java.lang.String segment,
boolean decode)
Decode the path segment and add it to the list of path segments.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.