| Modifier and Type | Field and Description |
|---|---|
private static UriComponent.PathSegment |
UriComponent.PathSegment.EMPTY_PATH_SEGMENT |
| Modifier and Type | Method and Description |
|---|---|
(package private) static List<UriComponent.PathSegment> |
UriComponent.decodePath(String path,
boolean decode)
Decode the path component of a URI as path segments.
|
(package private) static List<UriComponent.PathSegment> |
UriComponent.decodePath(URI u,
boolean decode)
Decode the path component of a URI as path segments.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
UriComponent.decodePathSegment(List<UriComponent.PathSegment> segments,
String segment,
boolean decode)
Decode the path segment and add it to the list of path segments.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.