Uses of Package
org.apache.hc.client5.http.cookie
Packages that use org.apache.hc.client5.http.cookie
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
Client HTTP state management APIs.
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
Standard and common HTTP cookie management policies.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.httpClassDescriptionFactory for
CookieSpec
implementations.This interface represents an abstract store forCookie
objects. -
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.cookieClassDescriptionCookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.This cookie comparator can be used to compare identity of cookies.CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the
Cookie
header such that those with more specific Path attributes precede those with less specific.This cookie comparator ensures that cookies with longer paths take precedence over cookies with shorter path.Defines the cookie management specification.This interface represents an abstract store forCookie
objects.Signals that a cookie is in some way invalid or illegal in a given contextThis interface represents aSet-Cookie
response header sent by the origin server to the HTTP agent in order to maintain a conversational state. -
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.fluent
-
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.impl
-
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.impl.asyncClassDescriptionFactory for
CookieSpec
implementations.This interface represents an abstract store forCookie
objects. -
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.impl.classicClassDescriptionFactory for
CookieSpec
implementations.This interface represents an abstract store forCookie
objects. -
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.impl.cookieClassDescriptionExtension of
CookieAttributeHandler
intended to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.getAttributeName()
method.Cookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.Defines the cookie management specification.Factory forCookieSpec
implementations.Signals that a cookie is in some way invalid or illegal in a given contextThis interface represents aSet-Cookie
response header sent by the origin server to the HTTP agent in order to maintain a conversational state. -
Classes in org.apache.hc.client5.http.cookie used by org.apache.hc.client5.http.protocolClassDescriptionCookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.Defines the cookie management specification.Factory for
CookieSpec
implementations.This interface represents an abstract store forCookie
objects.