Uses of Interface
org.miaixz.bus.http.metric.CookieJar
Packages that use CookieJar
Package
Description
An HTTP client for Java applications.
Provides internal metrics and standards for the HTTP client.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of CookieJar in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CookieJarModifier and TypeMethodDescriptionHttpd.cookieJar()Returns the cookie jar used to manage HTTP cookies.Methods in org.miaixz.bus.http with parameters of type CookieJarModifier and TypeMethodDescriptionSets the cookie jar that will be used to manage cookies for all HTTP requests.static voidHeaders.receiveHeaders(CookieJar cookieJar, UnoUrl url, Headers headers) Handles received Cookie headers. -
Uses of CookieJar in org.miaixz.bus.http.metric
Fields in org.miaixz.bus.http.metric declared as CookieJarModifier and TypeFieldDescriptionstatic final CookieJarCookieJar.NO_COOKIESA cookie jar that never accepts any cookies. -
Uses of CookieJar in org.miaixz.bus.http.metric.http
Constructors in org.miaixz.bus.http.metric.http with parameters of type CookieJarModifierConstructorDescriptionBridgeInterceptor(CookieJar cookieJar) Constructs a new BridgeInterceptor. -
Uses of CookieJar in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type CookieJarModifier and TypeMethodDescriptionSets the cookie handler for this client.