Uses of Package
org.apache.http.cookie
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.client.protocol |
Additional request and response interceptors.
|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.client | |
| org.apache.http.impl.cookie |
-
Classes in org.apache.http.cookie used by org.apache.http.client Class Description Cookie HTTP "magic-cookie" represents a piece of state information 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 CookieSpecRegistry Cookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie. -
Classes in org.apache.http.cookie used by org.apache.http.cookie Class Description Cookie HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.CookieOrigin CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.CookieSpec Defines the cookie management specification.CookieSpecFactory MalformedCookieException Signals that a cookie is in some way invalid or illegal in a given contextSetCookie This interface represents aSetCookieresponse 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 HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.CookieSpecRegistry Cookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie. -
Classes in org.apache.http.cookie used by org.apache.http.impl.cookie Class Description ClientCookie ClientCookie extends the standardCookieinterface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server.Cookie HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.CookieAttributeHandler Ths 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 incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.CookieSpec Defines the cookie management specification.CookieSpecFactory MalformedCookieException Signals that a cookie is in some way invalid or illegal in a given contextSetCookie This interface represents aSetCookieresponse header sent by the origin server to the HTTP agent in order to maintain a conversational state.SetCookie2 This interface represents aSetCookie2response header sent by the origin server to the HTTP agent in order to maintain a conversational state.