Uses of Class
org.miaixz.bus.http.UnoUrl
Packages that use UnoUrl
Package
Description
Java应用的HTTP客户端
-
Uses of UnoUrl in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return UnoUrlModifier and TypeMethodDescriptionUnoUrl.Builder.build()static UnoUrlReturns a newHttpUrlrepresentingurl.static UnoUrlstatic UnoUrlstatic UnoUrlReturns a newHttpUrlrepresentingurlif it is a well-formed HTTP or HTTPS URL, or null if it isn't.Address.url()Returns a URL with the hostname and port of the origin server.Request.url()Methods in org.miaixz.bus.http with parameters of type UnoUrlModifier and TypeMethodDescriptionstatic StringBuilder.hostHeader(UnoUrl url, boolean includeDefaultPort) booleanReturns true if this cookie should be included on a request tourl.static CookieReturns all of the cookies from a set of HTTP response headers.static voidHeaders.receiveHeaders(CookieJar cookieJar, UnoUrl url, Headers headers) static booleanBuilder.sameConnection(UnoUrl a, UnoUrl b) Returns true if an HTTP request foraandbcan reuse a connection. -
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'.