| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
| Modifier and Type | Method and Description |
|---|---|
UriKit.Path |
UriKit.Path.add(CharSequence segment)
添加到path最后面
|
UriKit.Path |
UriKit.Path.addBefore(CharSequence segment)
添加到path最前面
|
UriKit.Path |
UriKit.getPath()
获取路径,例如/aa/bb/cc
|
static UriKit.Path |
UriKit.Path.of(String pathStr,
Charset charset)
构建Path
|
UriKit.Path |
UriKit.Path.parse(String path,
Charset charset)
解析path
|
UriKit.Path |
UriKit.Path.setWithEndTag(boolean withEngTag)
是否path的末尾加/
|
| Modifier and Type | Method and Description |
|---|---|
static UriKit |
UriKit.of(String scheme,
String host,
int port,
UriKit.Path path,
UriKit.Query query,
String fragment,
Charset charset)
构建
|
UriKit |
UriKit.setPath(UriKit.Path path)
设置路径,例如/aa/bb/cc,将覆盖之前所有的path相关设置
|
| Constructor and Description |
|---|
UriKit(String scheme,
String host,
int port,
UriKit.Path path,
UriKit.Query query,
String fragment,
Charset charset)
构造
|
Copyright © 2020. All rights reserved.