Uses of Package
org.apache.http.cookie
-
Packages that use org.apache.http.cookie Package Description org.apache.http.client Client HTTP communication APIs.org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.cookie Client HTTP state management APIs.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. -
Classes in org.apache.http.cookie used by org.apache.http.client Class Description Cookie 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. -
Classes in org.apache.http.cookie used by org.apache.http.client.protocol Class Description CookieOrigin CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.CookieSpec Defines the cookie management specification.CookieSpecProvider Factory forCookieSpec
implementations.CookieSpecRegistry Deprecated.(4.3) useRegistry
. -
Classes in org.apache.http.cookie used by org.apache.http.cookie Class Description Cookie 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.CookieAttributeHandler This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.CookieOrigin CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.CookiePathComparator This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in theCookie
header such that those with more specific Path attributes precede those with less specific.CookiePriorityComparator This cookie comparator ensures that cookies with longer paths take precedence over cookies with shorter path.CookieSpec Defines the cookie management specification.CookieSpecFactory Deprecated.(4.3) useCookieSpecProvider
CookieSpecProvider Factory forCookieSpec
implementations.MalformedCookieException Signals that a cookie is in some way invalid or illegal in a given contextSetCookie This 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.http.cookie used by org.apache.http.impl.client Class Description Cookie 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.CookieSpecProvider Factory forCookieSpec
implementations.CookieSpecRegistry Deprecated.(4.3) useRegistry
. -
Classes in org.apache.http.cookie used by org.apache.http.impl.cookie Class Description ClientCookie ClientCookie extends the standardCookie
interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server.CommonCookieAttributeHandler Extension ofCookieAttributeHandler
intended to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.getAttributeName()
method.Cookie 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.CookieAttributeHandler This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.CookieOrigin CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.CookieSpec Defines the cookie management specification.CookieSpecFactory Deprecated.(4.3) useCookieSpecProvider
CookieSpecProvider Factory forCookieSpec
implementations.MalformedCookieException Signals that a cookie is in some way invalid or illegal in a given contextSetCookie This interface represents aSet-Cookie
response header sent by the origin server to the HTTP agent in order to maintain a conversational state.SetCookie2 This interface represents aSet-Cookie2
response header sent by the origin server to the HTTP agent in order to maintain a conversational state.