Package org.apache.http.cookie

The API for client-side state management via cookies, commonly referred to as HttpCookie.

See:
          Description

Interface Summary
CookieAttributeHandler Ths interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
CookieSpec Defines the cookie management specification.
CookieSpecFactory  
SM Constants and static helpers related to the HTTP state management.
 

Class Summary
Cookie HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
CookieIdentityComparator This cookie comparator can be used to compare identity of cookies.
CookieOrigin CookieOrigin class incapsulates 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 the Cookie header such that those with more specific Path attributes precede those with less specific.
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.
 

Exception Summary
MalformedCookieException Signals that a cookie is in some way invalid or illegal in a given context
 

Package org.apache.http.cookie Description

The API for client-side state management via cookies, commonly referred to as HttpCookie.



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.