Uses of Class
org.miaixz.bus.http.UnoUrl
Packages that use UnoUrl
Package
Description
Java应用的HTTP客户端
内部实现及规则
请求缓存支持
内部标准及逻辑
Http 内部逻辑
-
Uses of UnoUrl in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return UnoUrlModifier and TypeMethodDescriptionUnoUrl.Builder.build()构建 UnoUrl 实例static UnoUrl构建 UnoUrl 实例static UnoUrl从 URI 对象构建 UnoUrl 实例static UnoUrl从 URL 对象构建 UnoUrl 实例static UnoUrl解析 URL 字符串为 UnoUrl 实例解析相对链接Address.url()获取服务器 URLRequest.url()获取请求的 URL。Methods in org.miaixz.bus.http with parameters of type UnoUrlModifier and TypeMethodDescriptionstatic StringBuilder.hostHeader(UnoUrl url, boolean includeDefaultPort) 生成主机头部boolean检查 Cookie 是否匹配 URLstatic Cookie解析 Set-Cookie 头部解析所有 Set-Cookie 头部static voidHeaders.receiveHeaders(CookieJar cookieJar, UnoUrl url, Headers headers) 处理接收到的 Cookie 头部static booleanBuilder.sameConnection(UnoUrl a, UnoUrl b) 检查两个 URL 是否可以复用连接设置请求的 URL。 -
Uses of UnoUrl in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type UnoUrl -
Uses of UnoUrl in org.miaixz.bus.http.cache
Methods in org.miaixz.bus.http.cache with parameters of type UnoUrl -
Uses of UnoUrl in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type UnoUrlModifier and TypeMethodDescriptionCookieJar.loadForRequest(UnoUrl url) 将HTTP请求的cookie从jar加载到url此方法为网络请求返回一个可能为空的cookie列表 简单的实现将返回尚未过期的已接受的Cookie, 并返回Cookie.matches(org.miaixz.bus.http.UnoUrl)urlvoidCookieJar.saveFromResponse(UnoUrl url, List<Cookie> cookies) 据这个jar's的策略将HTTP响应中的cookies保存到这个存储中 请注意,对于单个HTTP响应,如果响应包含一个拖车,则可以第二次调用此方法 对于这个模糊的HTTP特性,cookie只包含预告片的cookie -
Uses of UnoUrl in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http with parameters of type UnoUrlModifier and TypeMethodDescriptionstatic StringRequestLine.requestPath(UnoUrl url) Returns the path to request, like the '/' in 'GET / HTTP/1.1'.