Uses of Class
org.aoju.bus.core.toolkit.UriKit.Path
Packages that use UriKit.Path
-
Uses of UriKit.Path in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return UriKit.PathModifier and TypeMethodDescriptionUriKit.Path.add(CharSequence segment) 添加到path最后面UriKit.Path.addBefore(CharSequence segment) 添加到path最前面UriKit.getPath()获取路径,例如/aa/bb/ccstatic UriKit.Path构建Path解析pathUriKit.Path.setWithEndTag(boolean withEngTag) 是否path的末尾加/Methods in org.aoju.bus.core.toolkit with parameters of type UriKit.PathModifier and TypeMethodDescriptionstatic UriKitUriKit.of(String scheme, String host, int port, UriKit.Path path, UriKit.Query query, String fragment, Charset charset) 构建UriKit.setPath(UriKit.Path path) 设置路径,例如/aa/bb/cc,将覆盖之前所有的path相关设置Constructors in org.aoju.bus.core.toolkit with parameters of type UriKit.PathModifierConstructorDescriptionUriKit(String scheme, String host, int port, UriKit.Path path, UriKit.Query query, String fragment, Charset charset) 构造