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 List<PathSegment> |
UriComponent.decodePath(String path,
boolean decode)
Decode the path component of a URI as path segments.
|
static List<PathSegment> |
UriComponent.decodePath(URI u,
boolean decode)
Decode the path component of a URI as path segments.
|
Modifier and Type | Method and Description |
---|---|
static void |
UriComponent.decodePathSegment(List<PathSegment> segments,
String segment,
boolean decode)
Decode the path segment and add it to the list of path segments.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.