Uses of Class
org.miaixz.bus.core.net.url.UrlPath
Packages that use UrlPath
-
Uses of UrlPath in org.miaixz.bus.core.net.url
Methods in org.miaixz.bus.core.net.url that return UrlPathModifier and TypeMethodDescriptionUrlPath.add(CharSequence segment) 添加到path最后面UrlPath.addBefore(CharSequence segment) 添加到path最前面UrlBuilder.getPath()获取路径,例如/aa/bb/ccstatic UrlPathUrlPath.of()构建UrlPathstatic UrlPathUrlPath.of(CharSequence pathStr, Charset charset) 构建UrlPathUrlPath.parse(CharSequence path, Charset charset) 解析pathUrlPath.setWithEndTag(boolean withEngTag) 是否path的末尾加 /Methods in org.miaixz.bus.core.net.url with parameters of type UrlPathModifier and TypeMethodDescriptionstatic UrlBuilderUrlBuilder.of(String scheme, String host, int port, UrlPath path, UrlQuery query, String fragment, Charset charset) 构建UrlBuilder设置路径,例如/aa/bb/cc,将覆盖之前所有的path相关设置Constructors in org.miaixz.bus.core.net.url with parameters of type UrlPath