| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.net.http.jaxrs |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<UriComponent.PathSegmentImpl> |
UriComponent.decodePath(String path,
boolean decode)
Decode the path component of a URI as path segments.
|
static List<UriComponent.PathSegmentImpl> |
UriComponent.decodePath(URI u,
boolean decode)
Decode the path component of a URI as path segments.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
UriComponent.decodePathSegment(List<UriComponent.PathSegmentImpl> segments,
String segment,
boolean decode)
Decode the path segment and add it to the list of path segments.
|
Copyright © 2022. All rights reserved.