| org.apache.http.client.CookieStore | 
   Known Indirect Subclasses
  
 | 
Abstract cookie store.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds an  
  
  HTTP cookie, replacing any existing equivalent cookies. | |||||||||||
Clears all cookies. 
  
   | |||||||||||
Returns all cookies contained in this store. 
  
   | |||||||||||
Adds an HTTP cookie, replacing any existing equivalent cookies.
 If the given cookie has already expired it will not be added, but existing 
 values will still be removed.
| cookie | the cookie to be added
 | 
        
|---|
Returns all cookies contained in this store.