Uses of Class
org.miaixz.bus.http.Cookie
Packages that use Cookie
Package
Description
An HTTP client for Java applications.
Provides internal metrics and standards for the HTTP client.
-
Uses of Cookie in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CookieModifier and TypeMethodDescriptionCookie.Builder.build()Builds a newCookieinstance.static CookieParses aSet-Cookieheader into aCookie.Methods in org.miaixz.bus.http that return types with arguments of type Cookie -
Uses of Cookie in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return types with arguments of type CookieModifier and TypeMethodDescriptionCookieJar.loadForRequest(UnoUrl url) Loads cookies from this jar for an HTTP request tourl.Method parameters in org.miaixz.bus.http.metric with type arguments of type CookieModifier and TypeMethodDescriptionvoidCookieJar.saveFromResponse(UnoUrl url, List<Cookie> cookies) Savescookiesfrom an HTTP response to this store, according to this jar's policy.