Uses of Class
org.miaixz.bus.http.UnoUrl
Packages that use UnoUrl
Package
Description
An HTTP client for Java applications.
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides classes for caching HTTP responses.
Provides internal metrics and standards for the HTTP client.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
-
Uses of UnoUrl in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return UnoUrlModifier and TypeMethodDescriptionUnoUrl.Builder.build()Builds a newUnoUrlinstance.static UnoUrlBuilds aUnoUrlinstance from a URL string.static UnoUrlBuilds aUnoUrlinstance from aURIobject.static UnoUrlBuilds aUnoUrlinstance from aURLobject.static UnoUrlParses a URL string into aUnoUrlinstance.Resolves a relative link against this URL.Address.url()Returns the URL of the origin server.Request.url()Returns the URL for this request.Methods in org.miaixz.bus.http with parameters of type UnoUrlModifier and TypeMethodDescriptionstatic StringBuilder.hostHeader(UnoUrl url, boolean includeDefaultPort) Generates a host header string for a given URL.booleanReturnstrueif this cookie matches the given URL.static CookieParses aSet-Cookieheader into aCookie.Parses allSet-Cookieheaders from an HTTP response.static voidHeaders.receiveHeaders(CookieJar cookieJar, UnoUrl url, Headers headers) Handles received Cookie headers.static booleanBuilder.sameConnection(UnoUrl a, UnoUrl b) Checks if twoUnoUrlinstances can share the same connection.Sets the URL for this request. -
Uses of UnoUrl in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type UnoUrlModifier and TypeMethodDescriptionbooleanRealConnection.supportsUrl(UnoUrl url) Returns true if this connection can be used forurl. -
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) Loads cookies from this jar for an HTTP request tourl.voidCookieJar.saveFromResponse(UnoUrl url, List<Cookie> cookies) Savescookiesfrom an HTTP response to this store, according to this jar's policy. -
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'.